Class BinaryTree<L>
java.lang.Object
dk.jonaslindstrom.ruffini.polynomials.algorithms.BinaryTree<L>
- Direct Known Subclasses:
BinaryTree.SubproductTree
This represents a labeled binary tree where the label of an internal node is the result of an operation on the labels
of its children.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A binary tree where the leafs are x-l_i for a set of constants (l_0, ..., l_{n-1}) and internal nodes are the product of their children. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BinaryTree
-
-
Method Details
-
evaluate
-
evaluateFromLeafs
-