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

Method getLPolyOld

kernel/GBEngine/f5lists.cc:326–328  ·  view source on GitHub ↗

get the LPolyOld* out of LNode

Source from the content-addressed store, hash-verified

324
325// get the LPolyOld* out of LNode*
326LPolyOld* LNode::getLPolyOld() {
327 return data;
328}
329
330// get the data from the LPolyOld saved in LNode
331poly LNode::getPoly() {

Callers 5

LNodeMethod · 0.80
criticalPairFunction · 0.80
criticalPair2Function · 0.80
findReducersFunction · 0.80
topReductionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected