CGAL 5.6.1 - Polynomial
CGAL::Polynomial_type_generator< T, d > Struct Template Reference

#include <CGAL/Polynomial_type_generator.h>

Definition

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.

See also
CGAL::Polynomial<Coeff>

Types

typedef unspecified_type Type
 The generated type.