CGAL::polynomial_subresultants_with_cofactors

#include <CGAL/polynomial_utils.h>

Definition

For a given Polynomial_d the function polynomial_subresultants_with_cofactors adapts the according functor in Polynomial_traits_d<Polynomial_d>.

For more details see the concept PolynomialTraits_d::PolynomialSubresultantsWithCofactors.



template<typename Polynomial_d, typename OutputIterator1, typename OutputIterator2, typename OutputIterator3>
OutputIterator1
polynomial_subresultants_with_cofactors ( Polynomial_d p,
Polynomial_d q,
OutputIterator1 sres_out,
OutputIterator2 coP_out,
OutputIterator3 coQ_out)
computes the polynomial subresultants of p and q, sres_out, with respect to the outermost variable, and the cofactors for P, coP_out and Q, coQ_out. The elements of each output range are of type Polynomial_d.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::PolynomialSubresultantsWithCofactors