AlgebraicKernelForCircles::YCriticalPoints

Definition

A model fo of this type must provide:

template < class OutputIterator >
OutputIterator fo ( AlgebraicKernelForCircles::Polynomial_for_circles_2_2 p, OutputIterator res)
Copies in the output iterator the y-critical points of polynomial p, as objects of type AlgebraicKernelForCircles::Root_for_circles_2_2.

template < class OutputIterator >
AlgebraicKernelForCircles::Root_for_circles_2_2
fo ( AlgebraicKernelForCircles::Polynomial_for_circles_2_2 p, bool i)
Computes the ith y-critical point of polynomial p.