source: git/Singular/libsingular.h @ c753931

spielwiese
Last change on this file since c753931 was c753931, checked in by Hans Schönemann <hannes@…>, 17 years ago
*albrecht: SAGE diffs git-svn-id: file:///usr/local/Singular/svn/trunk@10328 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 512 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
20int siInit(char *);
21
22#endif //SINGULAR__H
23
Note: See TracBrowser for help on using the repository browser.