source: git/Singular/gms.h @ 4dbeb1

spielwiese
Last change on this file since 4dbeb1 was 4dbeb1, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: idNormalize -> id_Normalize(..., +ring), currRingHdl is defined in ipid.h
  • Property mode set to 100644
File size: 465 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>
19lists gmsNF(ideal p, ideal g, matrix B, int D, int K);
20BOOLEAN gmsNF(leftv res, leftv h);
21
22#endif /* GMS_H */
Note: See TracBrowser for help on using the repository browser.