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

Method getRing

Singular/dyn_modules/python/Poly.h:427–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 return PolyInputIterator<create_type>(NULL, ptr->getRing());
426 }
427 ring getRing() const{
428 return ptr->getRing();
429 }
430 int lmTotalDegree() const{
431 return pTotaldegree(ptr->p);
432 }

Callers 1

checkIsSameRingMethod · 0.95

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected