source: git/Singular/gms.h @ adf5bd6

spielwiese
Last change on this file since adf5bd6 was 398ad5, checked in by Mathias Schulze <mschulze@…>, 22 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@5863 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 357 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: gms.h,v 1.3 2002-02-12 18:04:39 mschulze Exp $ */
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
16
Note: See TracBrowser for help on using the repository browser.