PolynomialTraits_d::Differentiate

Definition

This AdaptableUnaryFunction computes the derivative of a PolynomialTraits_d::Polynomial_d with respect to one variable.

Refines

AdaptableUnaryFunction

Types

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

Operations

result_type fo ( argument_type p ) Returns p', with respect to the outermost variable.

result_type fo ( argument_type p , int i ) Returns p', with respect to variable xi.
Precondition: 0 i < d

See Also

Polynomial_d
PolynomialTraits_d