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: LexThe monomial ordering used for leading-term and sorting operations.