#include <CGAL/polynomial_utils.h>
template<typename Polynomial_d,typename OutputIterator> | ||
OutputIterator | sturm_habicht_sequence ( Polynomial_d f, OutputIterator out) | |
computes the Sturm-Habicht-sequence of f with respect to the outermost variable. Each element is of type Polynomial_d. |