![]() |
#include <CGAL/polynomial_utils.h>
| 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. | ||