This AdaptableBinaryFunction multiplies a PolynomialTraits_d::Polynomial_d by the given power of the specified variable.
This functor is provided for efficiency reasons, since multiplication by some variable will in general correspond to a shift of coefficients in the internal representation.
typedef PolynomialTraits_d::Polynomial_d | ||
result_type; | ||
typedef PolynomialTraits_d::Polynomial_d | ||
first_argument_type; | ||
typedef int | second_argument_type; |
result_type | fo ( first_argument_type p , second_argument_type e ) | |||||
Returns p * xd-1e.
| ||||||
result_type | fo ( first_argument_type p , second_argument_type e , int i ) | |||||
Returns p * xie.
|
Polynomial_d
PolynomialTraits_d