CGAL::principal_sturm_habicht_sequence

#include <CGAL/polynomial_utils.h>

Definition

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

For more details see the concept PolynomialTraits_d::PrincipalSturmHabichtSequence.



template <typename Polynomial_d,typename OutputIterator>
inline OutputIterator principal_sturm_habicht_sequence ( typename Polynomial_d f, OutputIterator out)
computes the principal Sturm-Habicht coefficients of f with respect to the outermost variable. Each element is of type Polynomial_traits_d<Polynomial_d>::Coefficient_type.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::PrincipalSturmHabichtSequence