CGAL 5.2.2 - Polynomial
|
#include <CGAL/Polynomial_type_generator.h>
This class template provides a convenient way to obtain the type representing a multivariate polynomial with d
variables, where T
is the innermost coefficient type.
In case T
happens to be a CGAL::Polynomial
the generator will add d
variables to T
.
T
must be a model of IntegralDomainWithoutDivision
.
d
must be of type int.
CGAL::Polynomial<Coeff>
Types | |
typedef unspecified_type | Type |
The generated type. | |