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 */
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
void T2(ideal h)
Definition: cohomo.cc:3097
void Tlink(ideal h, poly a, poly b, int n)
Class used for (list of) interpreter objects.
Definition: subexpr.h:82
intvec * gradedpiece1n(ideal h, poly a, poly b)
Definition: cohomo.cc:2766
BOOLEAN gd(leftv res, leftv args)
Definition: cohomo.cc:4294
void gradedpiece1(ideal h, poly a, poly b)
Definition: cohomo.cc:1988
CanonicalForm b
Definition: cfModGcd.cc:4044
void gradedpiece2(ideal h, poly a, poly b)
Definition: cohomo.cc:2373
Definition: intvec.h:19
CanonicalForm res
Definition: facAbsFact.cc:64
BOOLEAN idsr(leftv res, leftv args)
Definition: cohomo.cc:4252
ideal idsrRing(ideal h)
Definition: cohomo.cc:913
void T1(ideal h)
Definition: cohomo.cc:2838
static Poly * h
Definition: janet.cc:971
int BOOLEAN
Definition: auxiliary.h:85