Given a numerator a and a denominator b this AdaptableFunctor scales a PolynomialTraits_d::Polynomial_d p with respect to one variable, that is, it computes bdegree(p) ⋅ p(a/b ⋅ x).
Note that this functor operates on the polynomial in the univariate view, that is, the polynomial is considered as a univariate homogeneous polynomial in one specific variable.
typedef PolynomialTraits_d::Polynomial_d | ||
result_type; |
result_type |
| |||
Returns bdegree ⋅ p(a/b ⋅ x), with respect to the outermost variable. | ||||
result_type |
| |||
Same as first operator but for variable xi.
|
Polynomial_d
PolynomialTraits_d