factory switches.
More...
Go to the source code of this file.
factory switches.
Definition in file cf_defs.h.
◆ DELETE_ARRAY
#define DELETE_ARRAY |
( |
|
P | ) |
omFree(P) |
◆ 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 |
◆ NEW_ARRAY
◆ PrimePowerDomain
#define PrimePowerDomain 5 |
◆ RationalDomain
◆ UndefinedDomain
#define UndefinedDomain 32000 |
◆ SW_BERLEKAMP
const int SW_BERLEKAMP =10 |
|
static |
set to 1 to use Factorys Berlekamp alg.
Definition at line 51 of file cf_defs.h.
◆ SW_FAC_QUADRATICLIFT
const int SW_FAC_QUADRATICLIFT =11 |
|
static |
◆ SW_RATIONAL
const int SW_RATIONAL = 0 |
|
static |
set to 1 for computations over Q
Definition at line 31 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 33 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 41 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 35 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 37 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 45 of file cf_defs.h.
◆ SW_USE_FL_FAC_0
const int SW_USE_FL_FAC_0 =13 |
|
static |
set to 1 to prefer flints multivariate factorization over Z/p
Definition at line 57 of file cf_defs.h.
◆ SW_USE_FL_FAC_0A
const int SW_USE_FL_FAC_0A =14 |
|
static |
set to 1 to prefer flints multivariate factorization over Z/p(a)
Definition at line 59 of file cf_defs.h.
◆ SW_USE_FL_FAC_P
const int SW_USE_FL_FAC_P =12 |
|
static |
set to 1 to prefer flints multivariate factorization over Z/p
Definition at line 55 of file cf_defs.h.
◆ SW_USE_FL_GCD_0
const int SW_USE_FL_GCD_0 =9 |
|
static |
set to 1 to use Flints gcd over Q/Z
Definition at line 49 of file cf_defs.h.
◆ SW_USE_FL_GCD_P
const int SW_USE_FL_GCD_P =8 |
|
static |
set to 1 to use Flints gcd over F_p
Definition at line 47 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 39 of file cf_defs.h.
◆ SW_USE_QGCD
set to 1 to use Encarnacion GCD over Q(a)
Definition at line 43 of file cf_defs.h.