Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ print
Method
print
Singular/dyn_modules/python/Poly.h:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
this->p=p_ISet(n,r.get());
198
}
199
void print()
200
{
201
p_Write(p,r.get(),r.get());
202
}
203
virtual ~PolyImpl()
204
{
205
if (r!=NULL)
Callers
6
foo2
Function · 0.45
print
Method · 0.45
save
Method · 0.45
triangulate
Method · 0.45
closeSurfex
Method · 0.45
surfWeb
Method · 0.45
Calls
2
p_Write
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected