Main Page
Data Structures
Files
File List
Globals
Singular
gms.h
Go to the documentation of this file.
1
/****************************************
2
* Computer Algebra System SINGULAR *
3
****************************************/
4
/*
5
* ABSTRACT: Gauss-Manin system normal form
6
*/
7
8
#ifndef GMS_H
9
#define GMS_H
10
11
#include <
misc/auxiliary.h
>
12
#include <
polys/matpol.h
>
13
14
#include <
kernel/structs.h
>
15
#include <
kernel/ideals.h
>
16
17
#include <
Singular/lists.h
>
18
19
lists
gmsNF
(
ideal
p
,
ideal
g
,
matrix
B
,
int
D
,
int
K);
20
BOOLEAN
gmsNF
(
leftv
res
,
leftv
h
);
21
22
#endif
/* GMS_H */
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:83
structs.h
lists.h
slists
Definition:
lists.h:22
p
return P p
Definition:
myNF.cc:203
ideal
const ideal
Definition:
gb_hack.h:42
ip_smatrix
Definition:
matpol.h:15
g
g
Definition:
cfModGcd.cc:4031
res
poly res
Definition:
myNF.cc:322
D
D(ideal gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)) D(ideal gnc_gr_mora(const ideal
Modified Plural's Buchberger's algorithmus.
auxiliary.h
All the auxiliary stuff.
B
b *CanonicalForm B
Definition:
facBivar.cc:51
ideals.h
matpol.h
h
static Poly * h
Definition:
janet.cc:978
gmsNF
lists gmsNF(ideal p, ideal g, matrix B, int D, int K)
Definition:
gms.cc:22
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:131
Generated on Mon Aug 3 2015 12:41:03 by
doxygen 1.8.9.1
for
Singular a9b8ed0|M