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

Method begin

Singular/dyn_modules/python/Poly.h:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }*/
420
421 PolyInputIterator<create_type> begin(){
422 return PolyInputIterator<create_type>(ptr->p,ptr->getRing());
423 }
424 PolyInputIterator<create_type> end(){
425 return PolyInputIterator<create_type>(NULL, ptr->getRing());
426 }

Callers 15

close_all_dyn_modulesFunction · 0.45
intersectFunction · 0.45
tropicalStarFunction · 0.45
raysOfTropicalStarFunction · 0.45
groebnerTraversalFunction · 0.45
cleanupMarksFunction · 0.45
ppreduceInitiallyFunction · 0.45
toFanStarFunction · 0.45
toFanStarFunction · 0.45

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected