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

Method LNode

kernel/GBEngine/f5lists.cc:129–132  ·  view source on GitHub ↗

generating new list elements (labeled / classical polynomial / LNode view)

Source from the content-addressed store, hash-verified

127
128// generating new list elements (labeled / classical polynomial / LNode view)
129LNode::LNode() {
130 data = NULL;
131 next = NULL;
132}
133LNode::LNode(LPolyOld* lp) {
134 data = lp;
135 next = NULL;

Callers

nothing calls this directly

Calls 2

getLPolyOldMethod · 0.80
getNextMethod · 0.45

Tested by

no test coverage detected