source: git/Singular/libsingular.h @ 5d18675

spielwiese
Last change on this file since 5d18675 was ef6f95, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
CHG: libSingular* needs LIBSINGULAR define
  • Property mode set to 100644
File size: 1015 bytes
Line 
1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
3
4#include <math.h> // Why this?
5/*
6// TODO: correct these includes!!!
7#include <singular/mod2.h>
8#include <singular/structs.h>
9#include <singular/polys.h>
10#include <singular/longrat.h>
11#include <singular/numbers.h>
12#include <singular/febase.h>
13#include <singular/ring.h>
14#include <omalloc/omalloc.h>
15#include <singular/clapsing.h>
16#include <singular/maps.h>
17#include <singular/fast_maps.h>
18#include <singular/kutil.h>
19#include <singular/kstd1.h>
20#include <singular/tgb.h>
21#include <singular/sparsmat.h>
22#include <singular/rintegers.h>
23#include <singular/rmodulo2m.h>
24#include <singular/rmodulon.h>
25
26#include <singular/subexpr.h>
27#include <singular/tok.h>
28#include <singular/grammar.h>
29#include <singular/ipid.h>
30#include <singular/ipshell.h>
31#include <singular/attrib.h>
32#include <singular/options.h>
33*/
34
35void siInit(char *);
36
37/* we need this function in Sage*/
38number nr2mMapZp(number from); // TODO: replace with something else...
39
40
41#endif // #ifndef LIBSINGULAR__H
42
Note: See TracBrowser for help on using the repository browser.