![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include "omalloc/omalloc.h"
Go to the source code of this file.
Macros | |
#define | LEVELBASE -1000000 |
#define | LEVELTRANS -500000 |
#define | LEVELQUOT 1000000 |
#define | LEVELEXPR 1000001 |
#define | UndefinedDomain 32000 |
#define | GaloisFieldDomain 4 |
#define | FiniteFieldDomain 3 |
#define | RationalDomain 2 |
#define | IntegerDomain 1 |
#define | NEW_ARRAY(T, N) (T*)omAlloc((N)*sizeof(T)) |
#define | DELETE_ARRAY(P) omFree(P) |
Variables | |
static const int | SW_RATIONAL = 0 |
set to 1 for computations over Q More... | |
static const int | SW_SYMMETRIC_FF = 1 |
set to 1 for symmetric representation over F_q More... | |
static const int | SW_USE_EZGCD = 2 |
set to 1 to use EZGCD over Z More... | |
static const int | SW_USE_EZGCD_P = 3 |
set to 1 to use EZGCD over F_q More... | |
static const int | SW_USE_NTL_SORT =4 |
set to 1 to sort factors in a factorization More... | |
static const int | SW_USE_CHINREM_GCD =5 |
set to 1 to use modular gcd over Z More... | |
static const int | SW_USE_QGCD =6 |
set to 1 to use Encarnacion GCD over Q(a) More... | |
static const int | SW_USE_FF_MOD_GCD =7 |
set to 1 to use modular GCD over F_q More... | |
factory switches.
Definition in file cf_defs.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |