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

Method getFirst

kernel/GBEngine/f5lists.cc:519–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519LNode* LList::getFirst() {
520 return first;
521}
522
523LNode* LList::getLast() {
524 return last;

Callers 15

singclap_factorizeFunction · 0.45
singclap_sqrfreeFunction · 0.45
nextCandidateMethod · 0.45
F5incFunction · 0.45
checkDGBFunction · 0.45
criticalPairFunction · 0.45
criticalPair2Function · 0.45
criterion1Function · 0.45
criterion2Function · 0.45
computeSPolsFunction · 0.45
reductionFunction · 0.45
newReductionFunction · 0.45

Calls 2

getLNodeMethod · 0.80
getRNodeMethod · 0.80

Tested by

no test coverage detected