Skip to main content

ZPoly

Type Alias ZPoly 

Source
pub type ZPoly = DenseUnivariatePolynomial<IntegerDomain>;
Expand description

Univariate polynomial over the integers.

Aliased Typeยง

pub struct ZPoly { /* private fields */ }