CGAL 5.1 - Polynomial
|
#include <Concepts/PolynomialTraits_d--InnermostLeadingCoefficient.h>
This AdaptableUnaryFunction
computes the innermost leading coefficient of a PolynomialTraits_d::Polynomial_d
\( p\). The innermost leading coefficient is recursively defined as the innermost leading coefficient of the leading coefficient of \( p\). In case \( p\) is univariate it coincides with the leading coefficient.
AdaptableUnaryFunction
CopyConstructible
DefaultConstructible
Polynomial_d
PolynomialTraits_d
Types | |
typedef PolynomialTraits_d::Innermost_coefficient_type | result_type |
typedef PolynomialTraits_d::Polynomial_d | argument_type |
Operations | |
result_type | operator() (argument_type p) |
Computes the innermost leading coefficient of \( p\). More... | |
typedef PolynomialTraits_d::Polynomial_d PolynomialTraits_d::InnermostLeadingCoefficient::argument_type |
typedef PolynomialTraits_d::Innermost_coefficient_type PolynomialTraits_d::InnermostLeadingCoefficient::result_type |
result_type PolynomialTraits_d::InnermostLeadingCoefficient::operator() | ( | argument_type | p | ) |
Computes the innermost leading coefficient of \( p\).