CGAL::total_degree

#include <CGAL/polynomial_utils.h>

Definition

For a given Polynomial_d the function total_degree adapts the according functor in Polynomial_traits_d<Polynomial_d>.

For more details see the concept PolynomialTraits_d::TotalDegree.

template <class Polynomial_d>
Polynomial_traits_d<Polynomial_d>::Total_degree::result_type
total_degree ( Polynomial_d p) Adapts Polynomial_traits_d<Polynomial_d>::Total_degree.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::TotalDegree