This Functor substitutes all variables of a given multivariate
PolynomialTraits_d::Polynomial_d by the values given in the
iterator range, where begin refers the the value for the innermost variable.
In contrast to PolynomialTraits_d::Substitute the given polynomial
is interpreted as a homogeneous polynomial.
Hence the iterator range is required to be of length PolynomialTraits_d::d+1.
For instance the polynomial is interpreted as the homogeneous
polynomial .
Assignable
CopyConstructible
DefaultConstructible
| ||||
|
| |||
Substitutes each variable of by the values given in the iterator range,
where is interpreted as a homogeneous polynomial in all variables.
The begin iterator refers to the innermost variable .
|
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::Substitute
CoercionTraits