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

Method getRing

kernel/old/old.Poly.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 return PolyInputIterator<create_type>(NULL, ptr->getRing());
396 }
397 ring getRing() const{
398 return ptr->getRing();
399 }
400 int lmTotalDegree() const{
401 return pTotaldegree(ptr->p);
402 }

Callers 1

checkIsSameRingMethod · 0.95

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected