Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::sturm_habicht_sequence
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
sturm_habicht_sequence
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::SturmHabichtSequence
.
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
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::SturmHabichtSequence
Next:
sturm_habicht_sequence_with_cofactors
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.