My Project
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
k
m
n
p
r
s
t
v
Enumerations
Enumerator
b
c
d
e
f
g
m
n
o
r
s
t
y
Related Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
y
z
Enumerations
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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 "
kernel/mod2.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 */
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
p
int p
Definition:
cfModGcd.cc:4078
g
g
Definition:
cfModGcd.cc:4090
ip_smatrix
Definition:
matpol.h:15
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:83
slists
Definition:
lists.h:24
res
CanonicalForm res
Definition:
facAbsFact.cc:60
B
b *CanonicalForm B
Definition:
facBivar.cc:52
D
#define D(A)
Definition:
gentable.cc:131
gmsNF
lists gmsNF(ideal p, ideal g, matrix B, int D, int K)
Definition:
gms.cc:22
ideals.h
h
STATIC_VAR Poly * h
Definition:
janet.cc:971
lists.h
matpol.h
mod2.h
structs.h
Generated on Mon Feb 27 2023 10:53:50 for My Project by
doxygen 1.9.5
for
Singular