Module snarkvm_algorithms::fft::polynomial[][src]

Work with sparse and dense polynomials.

Structs

DensePolynomial

Stores a polynomial in coefficient form.

SparsePolynomial

Stores a sparse polynomial in coefficient form.

Enums

DenseOrSparsePolynomial

Represents either a sparse polynomial or a dense one.