source: git/Singular/libsingular.h @ e20ddd

spielwiese
Last change on this file since e20ddd was e20ddd, checked in by Jakob Kroeker <kroeker@…>, 8 years ago
removed incorrect declaration of nr2mMapZp
  • Property mode set to 100644
File size: 770 bytes
RevLine 
[ef6f95]1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
[a1ab2a]3
[ef6f95]4#include <math.h> // Why this?
[0ff203]5
6#include <misc/auxiliary.h>
7#include <kernel/structs.h>
8#include <kernel/polys.h>
9#include <coeffs/numbers.h>
[a3ebb3]10#include <kernel/oswrapper/feread.h>
[0ff203]11#include <polys/monomials/ring.h>
[b5f5444]12#include <omalloc/omalloc.h>
[0ff203]13#include <polys/clapsing.h>
14#include <polys/monomials/maps.h>
[57fa2c4]15#include <kernel/GBEngine/kutil.h>
16#include <kernel/GBEngine/kstd1.h>
17#include <kernel/GBEngine/tgb.h>
[0ff203]18#include <polys/sparsmat.h>
19
[ff68cf]20#include <Singular/mod_lib.h>
[0ff203]21#include <Singular/subexpr.h>
22#include <Singular/tok.h>
23#include <Singular/grammar.h>
24#include <Singular/ipid.h>
25#include <Singular/ipshell.h>
26#include <Singular/attrib.h>
27#include <misc/options.h>
[a1ab2a]28
[d3b70ae]29void siInit(char *);
[a1ab2a]30
[c4ebdd]31
[ef6f95]32
33#endif // #ifndef LIBSINGULAR__H
[a1ab2a]34
Note: See TracBrowser for help on using the repository browser.