MCPcopy 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

foo2Function · 0.45
printMethod · 0.45
saveMethod · 0.45
triangulateMethod · 0.45
closeSurfexMethod · 0.45
surfWebMethod · 0.45

Calls 2

p_WriteFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected