CGAL 5.1 - Polynomial
|
#include <Concepts/PolynomialTraits_d--LeadingCoefficient.h>
This AdaptableUnaryFunction
computes the leading coefficient of a PolynomialTraits_d::Polynomial_d
.
AdaptableUnaryFunction
CopyConstructible
DefaultConstructible
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... | |
result_type PolynomialTraits_d::LeadingCoefficient::operator() | ( | argument_type | p | ) |
Computes the leading coefficient of \( p\) with respect to the outermost variable \( x_{d-1}\).