Expand description

Work with sparse multivariate polynomials.

Structs

  • Stores a sparse multivariate polynomial in coefficient form.
  • Stores a term (monomial) in a multivariate polynomial. Each element is of the form (variable, power).

Traits

  • Describes the interface for a term (monomial) of a multivariate polynomial.