Skip to main content

ZMPoly

Type Alias ZMPoly 

Source
pub type ZMPoly = SparseMultivariatePolynomial<IntegerDomain, Lex>;
Expand description

Bivariate polynomial over the integers with lexicographic order.

Aliased Typeยง

pub struct ZMPoly { /* private fields */ }