CGAL 6.0 - Polynomial
Loading...
Searching...
No Matches
CGAL::Polynomial_type_generator< T, d > Struct Template Reference

#include <CGAL/Polynomial_type_generator.h>

Definition

template<typename T, typename d>
struct CGAL::Polynomial_type_generator< T, d >

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.