CGAL 5.1 - Polynomial
PolynomialTraits_d::Evaluate Class Reference

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

Definition

This AdaptableBinaryFunction evaluates PolynomialTraits_d::Polynomial_d with respect to one variable.

Refines:

AdaptableBinaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

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. More...
 

Member Typedef Documentation

◆ first_argument_type

typedef PolynomialTraits_d::Polynomial_d PolynomialTraits_d::Evaluate::first_argument_type

◆ result_type

typedef PolynomialTraits_d::Coefficient_type PolynomialTraits_d::Evaluate::result_type

◆ second_argument_type

typedef PolynomialTraits_d::Coefficient_type PolynomialTraits_d::Evaluate::second_argument_type

Member Function Documentation

◆ operator()()

result_type PolynomialTraits_d::Evaluate::operator() ( first_argument_type  p,
second_argument_type  x 
)

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