factory switches.
More...
Go to the source code of this file.
factory switches.
Definition in file cf_defs.h.
§ FiniteFieldDomain
#define FiniteFieldDomain 3 |
§ GaloisFieldDomain
#define GaloisFieldDomain 4 |
§ IntegerDomain
§ LEVELBASE
#define LEVELBASE -1000000 |
§ LEVELEXPR
#define LEVELEXPR 1000001 |
§ LEVELQUOT
#define LEVELQUOT 1000000 |
§ LEVELTRANS
#define LEVELTRANS -500000 |
§ RationalDomain
§ UndefinedDomain
#define UndefinedDomain 32000 |
§ SW_RATIONAL
const int SW_RATIONAL = 0 |
|
static |
set to 1 for computations over Q
Definition at line 28 of file cf_defs.h.
§ SW_SYMMETRIC_FF
const int SW_SYMMETRIC_FF = 1 |
|
static |
set to 1 for symmetric representation over F_q
Definition at line 30 of file cf_defs.h.
§ SW_USE_CHINREM_GCD
const int SW_USE_CHINREM_GCD =5 |
|
static |
set to 1 to use modular gcd over Z
Definition at line 38 of file cf_defs.h.
§ SW_USE_EZGCD
const int SW_USE_EZGCD = 2 |
|
static |
set to 1 to use EZGCD over Z
Definition at line 32 of file cf_defs.h.
§ SW_USE_EZGCD_P
const int SW_USE_EZGCD_P = 3 |
|
static |
set to 1 to use EZGCD over F_q
Definition at line 34 of file cf_defs.h.
§ SW_USE_FF_MOD_GCD
const int SW_USE_FF_MOD_GCD =7 |
|
static |
set to 1 to use modular GCD over F_q
Definition at line 42 of file cf_defs.h.
§ SW_USE_NTL_SORT
const int SW_USE_NTL_SORT =4 |
|
static |
set to 1 to sort factors in a factorization
Definition at line 36 of file cf_defs.h.
§ SW_USE_QGCD
set to 1 to use Encarnacion GCD over Q(a)
Definition at line 40 of file cf_defs.h.