![]() |
My Project
|
factory switches. More...
Go to the source code of this file.
Macros | |
#define | UndefinedDomain 32000 |
#define | PrimePowerDomain 5 |
#define | GaloisFieldDomain 4 |
#define | FiniteFieldDomain 3 |
#define | RationalDomain 2 |
#define | IntegerDomain 1 |
#define | LEVELBASE -1000000 |
#define | LEVELTRANS -500000 |
#define | LEVELQUOT 1000000 |
#define | LEVELEXPR 1000001 |
#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 | |
static const int | SW_SYMMETRIC_FF = 1 |
set to 1 for symmetric representation over F_q | |
static const int | SW_USE_EZGCD = 2 |
set to 1 to use EZGCD over Z | |
static const int | SW_USE_EZGCD_P = 3 |
set to 1 to use EZGCD over F_q | |
static const int | SW_USE_NTL_SORT =4 |
set to 1 to sort factors in a factorization | |
static const int | SW_USE_CHINREM_GCD =5 |
set to 1 to use modular gcd over Z | |
static const int | SW_USE_QGCD =6 |
set to 1 to use Encarnacion GCD over Q(a) | |
static const int | SW_USE_FF_MOD_GCD =7 |
set to 1 to use modular GCD over F_q | |
static const int | SW_USE_FL_GCD_P =8 |
set to 1 to use Flints gcd over F_p | |
static const int | SW_USE_FL_GCD_0 =9 |
set to 1 to use Flints gcd over Q/Z | |
static const int | SW_BERLEKAMP =10 |
set to 1 to use Factorys Berlekamp alg. | |
static const int | SW_FAC_QUADRATICLIFT =11 |
static const int | SW_USE_FL_FAC_P =12 |
set to 1 to prefer flints multivariate factorization over Z/p | |
static const int | SW_USE_FL_FAC_0 =13 |
set to 1 to prefer flints multivariate factorization over Z/p | |
static const int | SW_USE_FL_FAC_0A =14 |
set to 1 to prefer flints multivariate factorization over Z/p(a) | |
factory switches.
Definition in file cf_defs.h.