 |
My Project
UNKNOWN_GIT_VERSION
|
Go to the documentation of this file.
10 #define INCL_CF_DEFS_H
16 #define LEVELBASE -1000000
17 #define LEVELTRANS -500000
18 #define LEVELQUOT 1000000
19 #define LEVELEXPR 1000001
21 #define UndefinedDomain 32000
22 #define GaloisFieldDomain 4
23 #define FiniteFieldDomain 3
24 #define RationalDomain 2
25 #define IntegerDomain 1
48 #define NEW_ARRAY(T,N) (T*)omAlloc((N)*sizeof(T))
49 #define DELETE_ARRAY(P) omFree(P)
51 #define NEW_ARRAY(T,N) new T[N]
52 #define DELETE_ARRAY(P) delete[] P
static const int SW_RATIONAL
set to 1 for computations over Q
static const int SW_USE_EZGCD
set to 1 to use EZGCD over Z
static const int SW_USE_NTL_SORT
set to 1 to sort factors in a factorization
static const int SW_USE_CHINREM_GCD
set to 1 to use modular gcd over Z
static const int SW_USE_FF_MOD_GCD
set to 1 to use modular GCD over F_q
static const int SW_USE_EZGCD_P
set to 1 to use EZGCD over F_q
static const int SW_SYMMETRIC_FF
set to 1 for symmetric representation over F_q
static const int SW_USE_QGCD
set to 1 to use Encarnacion GCD over Q(a)