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

Function Poly_get_Ring

Singular/dyn_modules/python/poly_wrap.cc:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return boost::python::str(out,strlen(out));
25}
26static Ring Poly_get_Ring(const Poly & p){
27 return p.getRing();
28}
29void export_poly()
30{
31 boost::python::class_<Poly>("Polynomial", "Wrapper for poly of Singular")

Callers

nothing calls this directly

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected