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.
Polynomial_type_generator<T,d>::Type | |
The generated type.
|
#include <CGAL/Polynomial_type_generator.h>