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