Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ISet
Function · 0.85
size
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected