Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
26
static Ring Poly_get_Ring(const Poly & p){
27
return p.getRing();
28
}
29
void export_poly()
30
{
31
boost::python::class_<Poly>(
"Polynomial"
,
"Wrapper for poly of Singular"
)
Callers
nothing calls this directly
Calls
1
getRing
Method · 0.45
Tested by
no test coverage detected