spielwiese
Last change
on this file since bb82f0 was
bb82f0,
checked in by Hans Schönemann <hannes@…>, 15 years ago
|
*hannes: SW_USE_QGCD
git-svn-id: file:///usr/local/Singular/svn/trunk@10762 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | /* $Id: cf_defs.h,v 1.14 2008-06-16 12:55:08 Singular Exp $ */ |
---|
3 | |
---|
4 | #ifndef INCL_CF_DEFS_H |
---|
5 | #define INCL_CF_DEFS_H |
---|
6 | |
---|
7 | #include <config.h> |
---|
8 | |
---|
9 | /*BEGINPUBLIC*/ |
---|
10 | |
---|
11 | #define LEVELBASE -1000000 |
---|
12 | #define LEVELTRANS -500000 |
---|
13 | #define LEVELQUOT 1000000 |
---|
14 | #define LEVELEXPR 1000001 |
---|
15 | |
---|
16 | #define UndefinedDomain 32000 |
---|
17 | #define PrimePowerDomain 5 |
---|
18 | #define GaloisFieldDomain 4 |
---|
19 | #define FiniteFieldDomain 3 |
---|
20 | #define RationalDomain 2 |
---|
21 | #define IntegerDomain 1 |
---|
22 | |
---|
23 | //{{{ constants |
---|
24 | //{{{ docu |
---|
25 | // |
---|
26 | // - factory switches. |
---|
27 | // |
---|
28 | //}}} |
---|
29 | const int SW_RATIONAL = 0; |
---|
30 | const int SW_QUOTIENT = 1; |
---|
31 | const int SW_SYMMETRIC_FF = 2; |
---|
32 | const int SW_BERLEKAMP = 3; |
---|
33 | const int SW_FAC_USE_BIG_PRIMES = 4; |
---|
34 | const int SW_FAC_QUADRATICLIFT = 5; |
---|
35 | const int SW_USE_EZGCD = 6; |
---|
36 | const int SW_USE_EZGCD_P = 7; |
---|
37 | const int SW_USE_SPARSEMOD = 8; |
---|
38 | const int SW_USE_NTL=9; |
---|
39 | const int SW_USE_NTL_GCD_0=10; |
---|
40 | const int SW_USE_NTL_GCD_P=11; |
---|
41 | const int SW_USE_NTL_SORT=12; |
---|
42 | const int SW_USE_CHINREM_GCD=13; |
---|
43 | const int SW_USE_GCD_P=14; |
---|
44 | const int SW_USE_QGCD=15; |
---|
45 | //}}} |
---|
46 | |
---|
47 | /*ENDPUBLIC*/ |
---|
48 | |
---|
49 | #endif /* ! INCL_CF_DEFS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.