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

Function p_CheckPolyRing

libpolys/polys/pDebug.cc:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115BOOLEAN p_CheckPolyRing(poly p, ring r)
116{
117 #ifndef X_OMALLOC
118 pAssumeReturn(r != NULL && r->PolyBin != NULL);
119 #endif
120 return p_CheckIsFromRing(p, r);
121}
122
123BOOLEAN p_LmCheckPolyRing(poly p, ring r)
124{

Callers 15

pLDeg0Function · 0.85
pLDeg0cFunction · 0.85
pLDegbFunction · 0.85
pLDeg1Function · 0.85
pLDeg1cFunction · 0.85
pLDeg1_DegFunction · 0.85
pLDeg1c_DegFunction · 0.85
pLDeg1_TotaldegreeFunction · 0.85
pLDeg1c_TotaldegreeFunction · 0.85
pLDeg1_WFirstTotalDegreeFunction · 0.85
p_GetMaxExpPFunction · 0.85

Calls 1

p_CheckIsFromRingFunction · 0.85

Tested by

no test coverage detected