Expand description
Work with sparse and dense polynomials.
Structs§
- Dense
Polynomial - Stores a polynomial in coefficient form.
- Poly
Multiplier - Sparse
Polynomial - Stores a sparse polynomial in coefficient form.
Enums§
- Polynomial
- Represents either a sparse polynomial or a dense one.