PolynomialTraits_d::DegreeVector

Definition

For a given PolynomialTraits_d::Polynomial_d p this AdaptableUnaryFunction returns the degree vector, that is, it returns the exponent vector of the monomial of highest order in p, where the monomial order is the lexicographic order giving outer variables a higher priority. In particular, this is the monomial that belongs to the innermost leading coefficient of p.

Refines

AdaptableUnaryFunction

Types

typedef Exponent_vector result_type;
typedef PolynomialTraits_d::Polynomial_d
argument_type;

Operations

result_type fo ( argument_type p ) Returns the degree vector.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::Degree
PolynomialTraits_d::TotalDegree
PolynomialTraits_d::InnermostLeadingCoefficient