Processing math: 100%
CGAL 5.1 - Polynomial
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
PolynomialTraits_d::GetInnermostCoefficient Class Reference

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

Definition

For the given PolynomialTraits_d::Polynomial_d this AdaptableBinaryFunction returns the coefficient of the (multivariate) monomial specified by the given CGAL::Exponent_vector.

Refines:

AdaptableBinaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

Types

typedef PolynomialTraits_d::Innermost_coefficient_type result_type
 
typedef PolynomialTraits_d::Polynomial_d first_argument_type
 
typedef CGAL::Exponent_vector second_argument_type
 

Operations

result_type operator() (first_argument_type p, second_argument_type v)
 For given polynomial p this operator returns the innermost coefficient of the monomial corresponding to the given CGAL::Exponent_vector v. More...
 

Member Typedef Documentation

◆ first_argument_type

◆ result_type

◆ second_argument_type

Member Function Documentation

◆ operator()()

result_type PolynomialTraits_d::GetInnermostCoefficient::operator() ( first_argument_type  p,
second_argument_type  v 
)

For given polynomial p this operator returns the innermost coefficient of the monomial corresponding to the given CGAL::Exponent_vector v.