source: git/Singular/libsingular.h @ 01cda73

fieker-DuValspielwiese
Last change on this file since 01cda73 was 2841b7, checked in by Hans Schönemann <hannes@…>, 15 years ago
*albrecht: SAGE patch git-svn-id: file:///usr/local/Singular/svn/trunk@11833 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 608 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/kstd1.h"
17#include "singular/tgb.h"
18#include "singular/sparsmat.h"
19#include "singular/rintegers.h"
20#include "singular/rmodulo2m.h"
21#include "singular/rmodulon.h"
22
23
24int siInit(char *);
25
26#endif //SINGULAR__H
27
Note: See TracBrowser for help on using the repository browser.