\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.14 - 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.