source: git/Singular/gms.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 52e6ef, checked in by Hans Schoenemann <hannes@…>, 8 years ago
chg: use misc/auxiliary.h in libpolys and kernel/mod2.h in Singular for config
  • Property mode set to 100644
File size: 452 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/*
5* ABSTRACT: Gauss-Manin system normal form
6*/
7
8#ifndef GMS_H
9#define GMS_H
10
11#include <kernel/mod2.h>
12#include <polys/matpol.h>
13
14#include <kernel/structs.h>
15#include <kernel/ideals.h>
16
17#include <Singular/lists.h>
18
19lists gmsNF(ideal p, ideal g, matrix B, int D, int K);
20BOOLEAN gmsNF(leftv res, leftv h);
21
22#endif /* GMS_H */
Note: See TracBrowser for help on using the repository browser.