24 #include "ppl-config.h"
29 #if defined(PPL_CHECKED_INTEGERS) || defined(PPL_NATIVE_INTEGERS)
39 #ifdef PPL_GMP_INTEGERS
45 PPL_ASSERT(Coefficient_zero_p == 0);
48 PPL_ASSERT(Coefficient_one_p == 0);
54 PPL_ASSERT(Coefficient_zero_p != 0);
55 delete Coefficient_zero_p;
56 Coefficient_zero_p = 0;
58 PPL_ASSERT(Coefficient_one_p != 0);
59 delete Coefficient_one_p;
60 Coefficient_one_p = 0;
void Coefficient_constants_finalize()
Finalizes the Coefficient constants.
void Coefficient_constants_initialize()
Initializes the Coefficient constants.
PPL_COEFFICIENT_TYPE Coefficient
An alias for easily naming the type of PPL coefficients.
The entire library is confined to this namespace.