Skip to main content

Module dense

Module dense 

Source

Structs§

DensePolyInnerProduct
DensePolynomial
DensePolynomialConfig
Configuration of the polynomial semiring $S[X]$ over the (semi)ring configured by S, with [DynamicPolynomial] as its element.

Traits§

HasDensePolynomialConfig
Extension trait providing DensePolynomialConfig from a coefficient config, so that the same config can be used to perform operations on dynamic polynomials: cfg.poly_cfg().mul(&p, &q).