#include <CGAL/polynomial_utils.h>
template<typename Polynomial_d, typename OutputIterator1, typename OutputIterator2, typename OutputIterator3> | ||||
OutputIterator1 |
| |||
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. |