This AdaptableUnaryFunction computes the total degree of a PolynomialTraits_d::Polynomial_d.
Given a (multivariate) monomial the sum of all appearing exponents
is the total degree of this monomial.
The total degree of a polynomial is the maximum of the total degrees
of all appearing (multivariate) monomials in .
For instance the total degree of is .
The total degree of the zero polynomial is set to . From the mathematical point of view this should be , but this would imply an inconvenient return type.
|
|
|
| ||
|
|
| Computes the total degree of . |
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::Degree
PolynomialTraits_d::DegreeVector