Module polynomial

Source
Expand description

Work with sparse and dense polynomials.

Structs§

DensePolynomial
Stores a polynomial in coefficient form.
PolyMultiplier
SparsePolynomial
Stores a sparse polynomial in coefficient form.

Enums§

Polynomial
Represents either a sparse polynomial or a dense one.