My Project
debian-1:4.1.2-p1+ds-2
Singular
dyn_modules
cohomo
cohomo.h
Go to the documentation of this file.
1
#ifndef COHOMO_H
2
#define COHOMO_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT
8
*/
9
#include "
kernel/linear_algebra/linearAlgebra.h
"
10
11
#include "
libpolys/misc/intvec.h
"
12
13
14
void
gradedpiece1
(ideal
h
,poly a,poly
b
);
15
void
gradedpiece2
(ideal
h
,poly a,poly
b
);
16
intvec
*
gradedpiece1n
(ideal
h
,poly a,poly
b
);
17
//void gradedpiece2n(ideal h,poly a,poly b);
18
void
Tlink
(ideal
h
,poly a,poly
b
,
int
n);
19
void
T1
(ideal
h
);
20
void
T2
(ideal
h
);
21
//void Gpt2(ideal h,poly a,poly b);
22
//intvec *T1mat(int a,int b);
23
ideal
idsrRing
(ideal
h
);
24
BOOLEAN
idsr
(
leftv
res
,
leftv
args);
25
BOOLEAN
gd
(
leftv
res
,
leftv
args);
26
27
//void firstorderdef_setup(SModulFunctions* p);
28
#endif
gradedpiece2
void gradedpiece2(ideal h, poly a, poly b)
Definition:
cohomo.cc:2373
h
STATIC_VAR Poly * h
Definition:
janet.cc:971
Tlink
void Tlink(ideal h, poly a, poly b, int n)
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:81
b
CanonicalForm b
Definition:
cfModGcd.cc:4044
gd
BOOLEAN gd(leftv res, leftv args)
Definition:
cohomo.cc:4294
res
CanonicalForm res
Definition:
facAbsFact.cc:64
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
T1
void T1(ideal h)
Definition:
cohomo.cc:2838
intvec
Definition:
intvec.h:18
intvec.h
T2
void T2(ideal h)
Definition:
cohomo.cc:3097
gradedpiece1n
intvec * gradedpiece1n(ideal h, poly a, poly b)
Definition:
cohomo.cc:2766
idsr
BOOLEAN idsr(leftv res, leftv args)
Definition:
cohomo.cc:4252
gradedpiece1
void gradedpiece1(ideal h, poly a, poly b)
Definition:
cohomo.cc:1988
idsrRing
ideal idsrRing(ideal h)
Definition:
cohomo.cc:913
linearAlgebra.h
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2