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

Method Poly

kernel/old/old.Poly.h:432–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 public:
431
432 Poly(ring r=currRing):Base ((poly)NULL,r,0){
433 }
434 Poly(int n, ring r=currRing):Base(*(new PolyImpl(n,r))){
435
436 }

Callers

nothing calls this directly

Calls 3

p_ISetFunction · 0.85
sizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected