|
CGAL 6.1.3 - Polynomial
|
This AdaptableBinaryFunction evaluates PolynomialTraits_d::Polynomial_d with respect to one variable.
Types | |
| typedef PolynomialTraits_d::Coefficient_type | result_type |
| typedef PolynomialTraits_d::Polynomial_d | first_argument_type |
| typedef PolynomialTraits_d::Coefficient_type | second_argument_type |
Operations | |
| result_type | operator() (first_argument_type p, second_argument_type x) |
| Returns \( p(x)\), with respect to the outermost variable. | |
#include <Concepts/PolynomialTraits_d--Evaluate.h>
This AdaptableBinaryFunction evaluates PolynomialTraits_d::Polynomial_d with respect to one variable.
Types | |
| typedef PolynomialTraits_d::Coefficient_type | result_type |
| typedef PolynomialTraits_d::Polynomial_d | first_argument_type |
| typedef PolynomialTraits_d::Coefficient_type | second_argument_type |
Operations | |
| result_type | operator() (first_argument_type p, second_argument_type x) |
| Returns \( p(x)\), with respect to the outermost variable. | |