CGAL 5.1 - Polynomial
PolynomialTraits_d::Differentiate Class Reference

#include <Concepts/PolynomialTraits_d--Differentiate.h>

Definition

This AdaptableUnaryFunction computes the derivative of a PolynomialTraits_d::Polynomial_d with respect to one variable.

Refines:

AdaptableUnaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

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. More...
 
result_type operator() (argument_type p, int i)
 Returns \( p'\), with respect to variable \( x_i\). More...
 

Member Typedef Documentation

◆ argument_type

typedef PolynomialTraits_d::Polynomial_d PolynomialTraits_d::Differentiate::argument_type

◆ result_type

typedef PolynomialTraits_d::Polynomial_d PolynomialTraits_d::Differentiate::result_type

Member Function Documentation

◆ operator()() [1/2]

result_type PolynomialTraits_d::Differentiate::operator() ( argument_type  p)

Returns \( p'\), with respect to the outermost variable.

◆ operator()() [2/2]

result_type PolynomialTraits_d::Differentiate::operator() ( argument_type  p,
int  i 
)

Returns \( p'\), with respect to variable \( x_i\).

Precondition
\( 0 \leq i < d\).