Module twenty_first::shared_math::mpolynomial
source · [−]Structs
This is the data contained in each node in the tree. It contains
the information needed to calculate values for the
polynomium_products
hash map. The keys in this hash map are
abs_exponents
and the values are
polynomium_products[parent] * prod_{i=0}^N(point[i]^diff_exponents[i])
.