source: git/Singular/libsingular.h

spielwiese
Last change on this file was 08394f, checked in by Hans Schoenemann <hannes@…>, 5 years ago
fix: multi-threading support
  • Property mode set to 100644
File size: 916 bytes
Line 
1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
3
4#include "singularconfig.h"
5#include "factory/globaldefs.h"
6#include "kernel/mod2.h"
7#include "kernel/structs.h"
8#include "kernel/polys.h"
9#include "coeffs/numbers.h"
10#include "kernel/oswrapper/feread.h"
11#include "polys/monomials/ring.h"
12#include "omalloc/omalloc.h"
13#include "polys/clapsing.h"
14#include "polys/monomials/maps.h"
15#include "polys/shiftop.h"
16#include "kernel/GBEngine/kutil.h"
17#include "kernel/GBEngine/kstd1.h"
18#include "kernel/GBEngine/tgb.h"
19#include "kernel/maps/gen_maps.h"
20#include "kernel/preimage.h"
21#include "polys/sparsmat.h"
22
23#include "Singular/mod_lib.h"
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/blackbox.h"
31#include "misc/options.h"
32
33void siInit(char *);
34
35
36
37#endif // #ifndef LIBSINGULAR__H
38
Note: See TracBrowser for help on using the repository browser.