Processing math: 100%
CGAL 4.4 - Polynomial
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
PolynomialTraits_d::ConstructCoefficientConstIteratorRange Concept Reference

Definition

This AdaptableUnaryFunction returns a const iterator range over the coefficients of the given polynomial, with respect to the outermost variable, xd1. The range starts with the coefficient for x0d1.

Refines:

AdaptableUnaryFunction

CopyConstructible

DefaultConstructible

See Also
Polynomial_d
PolynomialTraits_d

Types

typedef std::pair
< PolynomialTraits_d::Coefficient_const_iterator,
PolynomialTraits_d::Coefficient_const_iterator
result_type
 
typedef
PolynomialTraits_d::Polynomial_d 
argument_type
 

Operations

result_type operator() (argument_type p)
 Returns a const iterator range over the coefficients of p.