Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::polynomial_subresultants
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
polynomial_subresultants
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::PolynomialSubresultants
.
template<typename
Polynomial_d
,typename OutputIterator>
OutputIterator
polynomial_subresultants (
Polynomial_d
p,
Polynomial_d
q, OutputIterator out)
computes the polynomial subresultants of
p
and
q
, with respect to the outermost variable. Each element is of type
Polynomial_d
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::PolynomialSubresultants
Next:
polynomial_subresultants_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.