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

Method Vector

kernel/old/old.Poly.h:484–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 public:
483
484 Vector(ring r=currRing):Base ((poly)NULL,r,0){
485 }
486 Vector(int n, ring r=currRing):Base(*(new PolyImpl(n,r))){
487
488 }

Callers

nothing calls this directly

Calls 3

p_ISetFunction · 0.85
sizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected