\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - Polynomial
PolynomialTraits_d::ConstructInnermostCoefficientConstIteratorRange Concept Reference

Definition

This AdaptableUnaryFunction returns a const iterator range over all innermost coefficients of the given polynomial.

Refines:

AdaptableUnaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

Types

typedef std::pair< PolynomialTraits_d::Innermost_coefficient_const_iterator, PolynomialTraits_d::Innermost_coefficient_const_iteratorresult_type
 
typedef PolynomialTraits_d::Polynomial_d argument_type
 

Operations

result_type operator() (argument_type p)
 Returns a const iterator range over all innermost coefficients of \( p\).