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

Method end

Singular/dyn_modules/python/Poly.h:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 return PolyInputIterator<create_type>(ptr->p,ptr->getRing());
423 }
424 PolyInputIterator<create_type> end(){
425 return PolyInputIterator<create_type>(NULL, ptr->getRing());
426 }
427 ring getRing() const{
428 return ptr->getRing();
429 }

Callers 15

close_all_dyn_modulesFunction · 0.45
intersectFunction · 0.45
tropicalStarFunction · 0.45
raysOfTropicalStarFunction · 0.45
ppreduceInitiallyFunction · 0.45
toFanStarFunction · 0.45
toFanStarFunction · 0.45
raysFunction · 0.45
commonRefinementFunction · 0.45
tropicalStartingPointFunction · 0.45

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected