MCPcopy Create free account
hub / github.com/Singular/Singular / hFirstSeries1

Function hFirstSeries1

kernel/combinatorics/hilb.cc:2627–2635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2625}
2626
2627intvec * hFirstSeries1(ideal S, intvec *modulweight, ideal Q, intvec *wdegree)
2628{
2629 id_LmTest(S, currRing);
2630 if (Q!= NULL) id_LmTest(Q, currRing);
2631
2632 intvec *hseries1= hSeries(S, modulweight,wdegree, Q);
2633 if (errorreported) { delete hseries1; hseries1=NULL; }
2634 return hseries1;
2635}
2636
2637bigintmat* hPoly2BIV(poly h, const ring Qt, const coeffs biv_cf)
2638{

Callers 1

hFirstSeriesFunction · 0.85

Calls 1

hSeriesFunction · 0.85

Tested by

no test coverage detected