My Project  debian-1:4.1.1-p2+ds-4build2
hilb.h
Go to the documentation of this file.
1 #ifndef HILB_H
2 #define HILB_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT
8 */
9 
10 #include "polys/monomials/ring.h"
11 #include "kernel/polys.h"
12 #include "misc/intvec.h"
13 
14 intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree, ideal Q=NULL, ring tailRing = currRing);
15 intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing = currRing);
16 
17 intvec * hSecondSeries(intvec *hseries1);
18 
19 void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing = currRing);
20 
21 void sortMonoIdeal_pCompare(ideal I);
22 #endif
23 
24 
hFirstSeries
intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing=currRing)
Definition: hilb.cc:1336
polys.h
hSecondSeries
intvec * hSecondSeries(intvec *hseries1)
Definition: hilb.cc:1346
hHstdSeries
intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree, ideal Q=NULL, ring tailRing=currRing)
Definition: hilb.cc:1329
currRing
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
Definition: polys.cc:13
intvec
Definition: intvec.h:17
intvec.h
ring.h
hLookSeries
void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing=currRing)
Definition: hilb.cc:1419
NULL
#define NULL
Definition: omList.c:10
sortMonoIdeal_pCompare
void sortMonoIdeal_pCompare(ideal I)
Definition: hilb.cc:1761
Q
#define Q
Definition: sirandom.c:25