#include <CGAL/Algebraic_kernel_rs_gmpq_d_1.h>
This univariate algebraic kernel uses the RS library to perform rational univariate polynomial root isolation. It is a model of the AlgebraicKernel_d_1 concept. Due to the fact that RS can only isolate integer polynomials, the operations of this kernel have the overhead of converting the polynomials to integer.
| |
It is a typedef to CGAL::Gmpq.
| |
| |
It is defined as CGAL::Polynomial<CGAL::Gmpq>.
| |
| |
Type that represents the real roots of
integer univariate polynomials, containing a pointer to the polynomial of
which the represented algebraic number is root and and a CGAL::Gmpfi
isolating interval.
| |
| |
Since the isolating intervals of the roots have type
CGAL::Gmpfi, the bounds have type CGAL::Gmpfr.
| |
| |
The multiplicity is an int.
|