Uses of Class
dk.jonaslindstrom.ruffini.polynomials.algorithms.BinaryTree
Packages that use BinaryTree
-
Uses of BinaryTree in dk.jonaslindstrom.ruffini.polynomials.algorithms
Subclasses of BinaryTree in dk.jonaslindstrom.ruffini.polynomials.algorithmsModifier 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.