Given numerator a and denominator b this AdaptableFunctor translates a PolynomialTraits_d::Polynomial_d p with respect to one variable by a/b, that is, it computes bdegree(p) ⋅ p(x+a/b).
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) ⋅ p(x+a/b), with respect to the outermost variable. | ||||
result_type |
| |||
Same as first operator but for variable xi.
|
Polynomial_d
PolynomialTraits_d