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 {
    pub order: Lex,
    /* private fields */
}

Fields§

§order: Lex

The monomial ordering used for leading-term and sorting operations.