![]() |
This AdaptableFunctor provides evaluation of a
PolynomialTraits_d::Polynomial_d interpreted as a homogeneous polynomial
in one variable.
For instance the polynomial p = 5x2y3 + y is interpreted as the homogeneous polynomial
p[x](u,v) = 5x2u3 + uv2 and evaluated as such.
| typedef PolynomialTraits_d::Coefficient_type | ||
| result_type; | ||
| result_type |
| |||
| Returns p(u,v), with respect to the outermost variable. | ||||
Polynomial_d
PolynomialTraits_d