source: git/Singular/gms.h @ 91ecf18

spielwiese
Last change on this file since 91ecf18 was 92d684, checked in by Oleksandr Motsak <motsak@…>, 13 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
20lists gmsNF(ideal p, ideal g, matrix B, int D, int K);
21BOOLEAN gmsNF(leftv res, leftv h);
22
23#endif /* GMS_H */
Note: See TracBrowser for help on using the repository browser.