CGAL 5.1 - Polynomial
|
#include <Concepts/PolynomialTraits_d--ConstructCoefficientConstIteratorRange.h>
This AdaptableUnaryFunction
returns a const iterator range over the coefficients of the given polynomial, with respect to the outermost variable, \( x_{d-1}\). The range starts with the coefficient for \( x_{d-1}^0\).
AdaptableUnaryFunction
CopyConstructible
DefaultConstructible
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\). More... | |
typedef PolynomialTraits_d::Polynomial_d PolynomialTraits_d::ConstructCoefficientConstIteratorRange::argument_type |
typedef std::pair<PolynomialTraits_d::Coefficient_const_iterator,PolynomialTraits_d::Coefficient_const_iterator > PolynomialTraits_d::ConstructCoefficientConstIteratorRange::result_type |
result_type PolynomialTraits_d::ConstructCoefficientConstIteratorRange::operator() | ( | argument_type | p | ) |
Returns a const iterator range over the coefficients of \( p\).