spielwiese
Last change
on this file since 5ca980 was
5ca980,
checked in by Mathias Schulze <mschulze@…>, 21 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
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /* $Id: gms.h,v 1.4 2002-02-16 11:00:46 mschulze Exp $ */ |
---|
5 | /* |
---|
6 | * ABSTRACT: Gauss-Manin system normal form |
---|
7 | */ |
---|
8 | |
---|
9 | #ifndef GMS_H |
---|
10 | #define GMS_H |
---|
11 | |
---|
12 | lists gmsNF(ideal p,ideal g,matrix B,int D,int K); |
---|
13 | BOOLEAN gmsNF(leftv res,leftv h); |
---|
14 | |
---|
15 | #endif /* GMS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.