Expand description
Work with sparse multivariate polynomials.
Structs§
- Sparse
Polynomial - Stores a sparse multivariate polynomial in coefficient form.
- Sparse
Term - Stores a term (monomial) in a multivariate polynomial.
Each element is of the form
(variable, power)
.
Traits§
- Term
- Describes the interface for a term (monomial) of a multivariate polynomial.