PolynomialTraits_d::LeadingCoefficient

Definition

This AdaptableUnaryFunction computes the leading coefficient of a PolynomialTraits_d::Polynomial_d.

Refines

AdaptableUnaryFunction

Types

typedef PolynomialTraits_d::Coefficient_type
result_type;
typedef PolynomialTraits_d::Polynomial_d
argument_type;

Operations

result_type fo ( argument_type p ) Computes the leading coefficient of p with respect to the outermost variable xd-1.

See Also

Polynomial_d
PolynomialTraits_d