CGAL 4.8.1 - Polynomial
|
A model of Polynomial_d
is representing a multivariate polynomial in \( d \geq 1\) variables over some basic ring \( R\). This type is denoted as the innermost coefficient. A model of Polynomial_d
must be accompanied by a traits class CGAL::Polynomial_traits_d<Polynomial_d>
, which is a model of PolynomialTraits_d
. Please have a look at the concept PolynomialTraits_d
, since nearly all functionality related to polynomials is provided by the traits.
The algebraic structure of Polynomial_d
depends on the algebraic structure of PolynomialTraits_d::Innermost_coefficient_type
:
Field
the polynomial is model of EuclideanRing
.CGAL::Polynomial<Coeff>