Go to the source code of this file.
|
intvec * | hHstdSeries (ideal S, intvec *modulweight, intvec *wdegree, ideal Q=NULL, ring tailRing=currRing) |
|
intvec * | hFirstSeries (ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing=currRing) |
|
intvec * | hSecondSeries (intvec *hseries1) |
|
void | hLookSeries (ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing=currRing) |
|
void | sortMonoIdeal_pCompare (ideal I) |
|
◆ hFirstSeries()
Definition at line 1336 of file hilb.cc.
1341 intvec *hseries1=
hSeries(S, modulweight, 1, wdegree,
Q, tailRing);
#define id_TestTail(A, lR, tR)
static intvec * hSeries(ideal S, intvec *modulweight, int, intvec *wdegree, ideal Q, ring tailRing)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
◆ hHstdSeries()
Definition at line 1329 of file hilb.cc.
1333 return hSeries(S, modulweight, 0, wdegree,
Q, tailRing);
#define id_TestTail(A, lR, tR)
static intvec * hSeries(ideal S, intvec *modulweight, int, intvec *wdegree, ideal Q, ring tailRing)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
◆ hLookSeries()
Definition at line 1419 of file hilb.cc.
1428 const int l = hseries1->
length()-1;
1437 if ((l == 1) &&(mu == 0))
#define id_TestTail(A, lR, tR)
void mu(int **points, int sizePoints)
void scPrintDegree(int co, int mu)
static short rVar(const ring r)
#define rVar(r) (r->N)
void hDegreeSeries(intvec *s1, intvec *s2, int *co, int *mu)
intvec * hSecondSeries(intvec *hseries1)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q, intvec *wdegree, ring tailRing)
static void hPrintHilb(intvec *hseries)
◆ hSecondSeries()
Definition at line 1346 of file hilb.cc.
1351 if (hseries1 ==
NULL)
1353 work =
new intvec(hseries1);
1354 k = l = work->
length()-1;
1356 for (i = k-1; i >= 0; i--)
1360 if ((s != 0) || (k == 1))
1365 for (i = k-1; i >= 0; i--)
1373 hseries2 =
new intvec(k+1);
1374 for (i = k-1; i >= 0; i--)
1375 (*hseries2)[
i] = (*work)[
i];
1376 (*hseries2)[
k] = (*work)[
l];
const CanonicalForm int s
◆ sortMonoIdeal_pCompare()
void sortMonoIdeal_pCompare |
( |
ideal |
I | ) |
|
Definition at line 1761 of file hilb.cc.
static int monCompare(const void *m, const void *n)