 |
My Project
debian-1:4.1.2-p1+ds-2
|
Go to the documentation of this file.
10 #define INCL_CF_DEFS_H
17 #define LEVELBASE -1000000
18 #define LEVELTRANS -500000
19 #define LEVELQUOT 1000000
20 #define LEVELEXPR 1000001
22 #define UndefinedDomain 32000
23 #define GaloisFieldDomain 4
24 #define FiniteFieldDomain 3
25 #define RationalDomain 2
26 #define IntegerDomain 1
49 #define NEW_ARRAY(T,N) (T*)omAlloc((N)*sizeof(T))
50 #define DELETE_ARRAY(P) omFree(P)
52 #define NEW_ARRAY(T,N) new T[N]
53 #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)