jengelh-datetimespielwiese
Last change
on this file since b5f5444 was
b5f5444,
checked in by Burcin Erocal <burcin@…>, 12 years ago
|
Fix includes in Singular/
|
-
Property mode set to
100644
|
File size:
932 bytes
|
Line | |
---|
1 | #ifndef SINGULAR__H |
---|
2 | #define SINGULAR__H |
---|
3 | |
---|
4 | #include <math.h> |
---|
5 | #include <singular/mod2.h> |
---|
6 | #include <singular/structs.h> |
---|
7 | #include <singular/polys.h> |
---|
8 | #include <singular/longrat.h> |
---|
9 | #include <singular/longalg.h> |
---|
10 | #include <singular/numbers.h> |
---|
11 | #include <singular/febase.h> |
---|
12 | #include <singular/ring.h> |
---|
13 | #include <omalloc/omalloc.h> |
---|
14 | #include <singular/clapsing.h> |
---|
15 | #include <singular/maps.h> |
---|
16 | #include <singular/fast_maps.h> |
---|
17 | #include <singular/kutil.h> |
---|
18 | #include <singular/kstd1.h> |
---|
19 | #include <singular/tgb.h> |
---|
20 | #include <singular/sparsmat.h> |
---|
21 | #include <singular/rintegers.h> |
---|
22 | #include <singular/rmodulo2m.h> |
---|
23 | #include <singular/rmodulon.h> |
---|
24 | |
---|
25 | #include <singular/subexpr.h> |
---|
26 | #include <singular/tok.h> |
---|
27 | #include <singular/grammar.h> |
---|
28 | #include <singular/ipid.h> |
---|
29 | #include <singular/ipshell.h> |
---|
30 | #include <singular/attrib.h> |
---|
31 | #include <singular/options.h> |
---|
32 | |
---|
33 | void siInit(char *); |
---|
34 | |
---|
35 | /* we need this function in Sage*/ |
---|
36 | number nr2mMapZp(number from); |
---|
37 | |
---|
38 | #endif //SINGULAR__H |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.