source: git/Singular/gms.h @ 5476e83

spielwiese
Last change on this file since 5476e83 was fb1675, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p8
  • 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.