spielwiese
Last change
on this file since 92d684 was
92d684,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
ADD: python - related changes
FIX: removed C++-related heades (unused anyway)
FIX: blackbox
|
-
Property mode set to
100644
|
File size:
466 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 | |
---|
12 | #include <misc/auxiliary.h> |
---|
13 | #include <polys/matpol.h> |
---|
14 | |
---|
15 | #include <kernel/structs.h> |
---|
16 | #include <kernel/ideals.h> |
---|
17 | |
---|
18 | #include <Singular/lists.h> |
---|
19 | |
---|
20 | lists gmsNF(ideal p, ideal g, matrix B, int D, int K); |
---|
21 | BOOLEAN gmsNF(leftv res, leftv h); |
---|
22 | |
---|
23 | #endif /* GMS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.