source: git/Singular/libsingular.h @ b787fb6

spielwiese
Last change on this file since b787fb6 was b787fb6, checked in by Hans Schoenemann <hannes@…>, 13 years ago
removed includes of longalg.h
  • Property mode set to 100644
File size: 902 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/numbers.h>
10#include <singular/febase.h>
11#include <singular/ring.h>
12#include <omalloc/omalloc.h>
13#include <singular/clapsing.h>
14#include <singular/maps.h>
15#include <singular/fast_maps.h>
16#include <singular/kutil.h>
17#include <singular/kstd1.h>
18#include <singular/tgb.h>
19#include <singular/sparsmat.h>
20#include <singular/rintegers.h>
21#include <singular/rmodulo2m.h>
22#include <singular/rmodulon.h>
23
24#include <singular/subexpr.h>
25#include <singular/tok.h>
26#include <singular/grammar.h>
27#include <singular/ipid.h>
28#include <singular/ipshell.h>
29#include <singular/attrib.h>
30#include <singular/options.h>
31
32void siInit(char *);
33
34/* we need this function in Sage*/
35number nr2mMapZp(number from);
36
37#endif //SINGULAR__H
38
Note: See TracBrowser for help on using the repository browser.