CGAL 4.4 - Polynomial
|
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.
Polynomial_d
PolynomialTraits_d
Types | |
typedef PolynomialTraits_d::Coefficient_type | result_type |
Operations | |
result_type | operator() (PolynomialTraits_d::Polynomial_d p, PolynomialTraits_d::Coefficient_type u, PolynomialTraits_d::Coefficient_type v) |
Returns p(u,v), with respect to the outermost variable. | |