source: git/Singular/gms.h @ aee346d

spielwiese
Last change on this file since aee346d was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 455 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 <misc/auxiliary.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.