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) |
|
|
ring | currRing |
| Widely used global variable which specifies the current polynomial ring for Singular interpreter and legacy implementatins. : one should avoid using it in newer designs, for example due to possible problems in parallelization with threads. More...
|
|
Definition at line 1299 of file hilb.cc.
#define id_TestTail(A, lR, tR)
BEGIN_NAMESPACE_SINGULARXX const ring const ring tailRing
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
static intvec * hSeries(ideal S, intvec *modulweight, int, intvec *wdegree, ideal Q, ring tailRing)
Definition at line 1292 of file hilb.cc.
#define id_TestTail(A, lR, tR)
BEGIN_NAMESPACE_SINGULARXX const ring const ring tailRing
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
static intvec * hSeries(ideal S, intvec *modulweight, int, intvec *wdegree, ideal Q, ring tailRing)
Definition at line 1378 of file hilb.cc.
1386 const int l = hseries1->
length()-1;
1395 if ((l == 1) &&(mu == 0))
#define id_TestTail(A, lR, tR)
void mu(int **points, int sizePoints)
void scPrintDegree(int co, int mu)
BEGIN_NAMESPACE_SINGULARXX const ring const ring tailRing
static short rVar(const ring r)
#define rVar(r) (r->N)
void hDegreeSeries(intvec *s1, intvec *s2, int *co, int *mu)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
intvec * hSecondSeries(intvec *hseries1)
intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q, intvec *wdegree, ring tailRing)
static void hPrintHilb(intvec *hseries)
Definition at line 1307 of file hilb.cc.
1310 int i,
j,
k,
s, t,
l;
1311 if (hseries1 ==
NULL)
1313 work =
new intvec(hseries1);
1314 k = l = work->
length()-1;
1316 for (i = k-1; i >= 0; i--)
1320 if ((s != 0) || (k == 1))
1325 for (i = k-1; i >= 0; i--)
1333 hseries2 =
new intvec(k+1);
1334 for (i = k-1; i >= 0; i--)
1335 (*hseries2)[
i] = (*work)[
i];
1336 (*hseries2)[
k] = (*work)[
l];
const CanonicalForm int s
Widely used global variable which specifies the current polynomial ring for Singular interpreter and legacy implementatins. : one should avoid using it in newer designs, for example due to possible problems in parallelization with threads.
Definition at line 12 of file polys.cc.