|
CGAL 6.1.3 - Polynomial
|
This AdaptableUnaryFunction computes the derivative of a PolynomialTraits_d::Polynomial_d with respect to one variable.
Types | |
| typedef PolynomialTraits_d::Polynomial_d | result_type |
| typedef PolynomialTraits_d::Polynomial_d | argument_type |
Operations | |
| result_type | operator() (argument_type p) |
| Returns \( p'\), with respect to the outermost variable. | |
| result_type | operator() (argument_type p, int i) |
| Returns \( p'\), with respect to variable \( x_i\). | |
| result_type PolynomialTraits_d::Differentiate::operator() | ( | argument_type | p, |
| int | i ) |
Returns \( p'\), with respect to variable \( x_i\).
#include <Concepts/PolynomialTraits_d--Differentiate.h>
This AdaptableUnaryFunction computes the derivative of a PolynomialTraits_d::Polynomial_d with respect to one variable.
Types | |
| typedef PolynomialTraits_d::Polynomial_d | result_type |
| typedef PolynomialTraits_d::Polynomial_d | argument_type |
Operations | |
| result_type | operator() (argument_type p) |
| Returns \( p'\), with respect to the outermost variable. | |
| result_type | operator() (argument_type p, int i) |
| Returns \( p'\), with respect to variable \( x_i\). | |
| result_type PolynomialTraits_d::Differentiate::operator() | ( | argument_type | p, |
| int | i ) |
Returns \( p'\), with respect to variable \( x_i\).