source: git/Singular/gms.h @ 7a81686

spielwiese
Last change on this file since 7a81686 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 321 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id$ */
5/*
6* ABSTRACT: Gauss-Manin system normal form
7*/
8
9#ifndef GMS_H
10#define GMS_H
11
12lists gmsNF(ideal p,ideal g,matrix B,int D,int K);
13BOOLEAN gmsNF(leftv res,leftv h);
14
15#endif /* GMS_H */
Note: See TracBrowser for help on using the repository browser.