Skip to main content

ZPoly

Type Alias ZPoly 

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

Dense univariate polynomial over ℤ.

Aliased Type§

pub struct ZPoly { /* private fields */ }