CGAL 5.1 - Polynomial
PolynomialTraits_d::LeadingCoefficient Class Reference

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

Definition

This AdaptableUnaryFunction computes the leading coefficient of a PolynomialTraits_d::Polynomial_d.

Refines:

AdaptableUnaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

Types

typedef PolynomialTraits_d::Coefficient_type result_type
 
typedef PolynomialTraits_d::Polynomial_d argument_type
 

Operations

result_type operator() (argument_type p)
 Computes the leading coefficient of \( p\) with respect to the outermost variable \( x_{d-1}\). More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

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

Computes the leading coefficient of \( p\) with respect to the outermost variable \( x_{d-1}\).