CGAL 4.12.1 - Polynomial
|
This AdaptableUnaryFunction
computes the leading coefficient of a PolynomialTraits_d::Polynomial_d
.
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}\). | |