source: git/Singular/libsingular.h @ 0cf298b

fieker-DuValspielwiese
Last change on this file since 0cf298b was 0cf298b, checked in by Hans Schoenemann <hannes@…>, 7 years ago
chg: update libsingular.h for intset.cc
  • Property mode set to 100644
File size: 826 bytes
Line 
1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
3
4#include <math.h> // Why this?
5
6#include "singularconfig.h"
7#include "kernel/mod2.h"
8#include "kernel/structs.h"
9#include "kernel/polys.h"
10#include "coeffs/numbers.h"
11#include "kernel/oswrapper/feread.h"
12#include "polys/monomials/ring.h"
13#include "omalloc/omalloc.h"
14#include "polys/clapsing.h"
15#include "polys/monomials/maps.h"
16#include "kernel/GBEngine/kutil.h"
17#include "kernel/GBEngine/kstd1.h"
18#include "kernel/GBEngine/tgb.h"
19#include "polys/sparsmat.h"
20
21#include "Singular/mod_lib.h"
22#include "Singular/subexpr.h"
23#include "Singular/tok.h"
24#include "Singular/grammar.h"
25#include "Singular/ipid.h"
26#include "Singular/ipshell.h"
27#include "Singular/attrib.h"
28#include "Singular/blackbox.h"
29#include "misc/options.h"
30
31void siInit(char *);
32
33
34
35#endif // #ifndef LIBSINGULAR__H
36
Note: See TracBrowser for help on using the repository browser.