CGAL::degree_vector

Definition

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

For more details see the concept PolynomialTraits_d::DegreeVector.

#include <CGAL/polynomial_utils.h>

template <class Polynomial_d>
Polynomial_traits_d<Polynomial_d>::Degree_vector::result_type
degree_vector ( Polynomial_d p) Adapts Polynomial_traits_d<Polynomial_d>::DegreeVector.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::Degree_vector