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

Function pTakeOutComp

kernel/polys.h:338–341  ·  view source on GitHub ↗

Splits *p into two polys: *q which consists of all monoms with component == comp and *p of all other monoms *lq == pLength(*q) On return all components pf *q == 0

Source from the content-addressed store, hash-verified

336/// component == comp and *p of all other monoms *lq == pLength(*q)
337/// On return all components pf *q == 0
338inline void pTakeOutComp(poly *p, long comp, poly *q, int *lq, const ring R = currRing)
339{
340 return p_TakeOutComp(p, comp, q, lq, R);
341}
342
343
344/// This is something weird -- Don't use it, unless you know what you are doing

Callers 5

id_GCDFunction · 0.85
syMinimizeP1Function · 0.85
syMinStepFunction · 0.85
syGaussForOneFunction · 0.85
ncGCD2Function · 0.85

Calls 1

p_TakeOutCompFunction · 0.85

Tested by

no test coverage detected