source: git/Singular/gms.h @ 5ca9807

spielwiese
Last change on this file since 5ca9807 was 5ca9807, checked in by Mathias Schulze <mschulze@…>, 22 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@5883 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 368 bytes
RevLine 
[6d07e3]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
[5ca9807]4/* $Id: gms.h,v 1.4 2002-02-16 11:00:46 mschulze Exp $ */
[6d07e3]5/*
6* ABSTRACT: Gauss-Manin system normal form
7*/
8
9#ifndef GMS_H
10#define GMS_H
11
[5ca9807]12lists gmsNF(ideal p,ideal g,matrix B,int D,int K);
13BOOLEAN gmsNF(leftv res,leftv h);
[398ad5]14
[5ca9807]15#endif /* GMS_H */
Note: See TracBrowser for help on using the repository browser.