Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ copyObject
Method
copyObject
kernel/fglm/fglmvec.cc:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
return --ref_count == 0;
81
}
82
fglmVectorRep *copyObject ()
83
{
84
ref_count++;
85
return this;
86
}
87
int refcount () const
88
{
89
return ref_count;
Callers
15
invert
Method · 0.80
tryInvert
Method · 0.80
addcoeff
Method · 0.80
subcoeff
Method · 0.80
mulcoeff
Method · 0.80
dividecoeff
Method · 0.80
tryDividecoeff
Method · 0.80
divcoeff
Method · 0.80
tryDivcoeff
Method · 0.80
modulocoeff
Method · 0.80
modcoeff
Method · 0.80
divremcoeff
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected