Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::principal_subresultants
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
principal_subresultants
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::PrincipalSubresultants
.
template<typename
Polynomial_d
,typename OutputIterator>
OutputIterator
principal_subresultants (
Polynomial_d
p,
Polynomial_d
q, OutputIterator out)
computes the principal subresultants of
p
and
q
, 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::PrincipalSubresultants
Next:
sturm_habicht_sequence
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.