Module polynomial

Source

Modules§

dense_multilinear_poly
sparse_multilinear_poly

Structs§

Polynomial
Represents the polynomial c_0 + c_1 * X + c_2 * X^2 + … + c_n * X^n as a vector of coefficients [c_0, c_1, ... , c_n]

Enums§

InterpolateError

Functions§

compose
pad_with_zero_coefficients
Pads polynomial representations with minimum number of zeros to match lengths.
pad_with_zero_coefficients_to_length