#include <CGAL/polynomial_utils.h>
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. |