source: git/Singular/libsingular.h @ fb82895

fieker-DuValspielwiese
Last change on this file since fb82895 was 1d37510, checked in by Hans Schönemann <hannes@…>, 14 years ago
SAGE patch git-svn-id: file:///usr/local/Singular/svn/trunk@12601 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 905 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 "singular/omalloc.h"
14#include "singular/clapsing.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
32int 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.