Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ deleteObject
Method
deleteObject
kernel/fglm/fglmvec.cc:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
return new fglmVectorRep (N, 0);
77
}
78
BOOLEAN deleteObject ()
79
{
80
return --ref_count == 0;
81
}
82
fglmVectorRep *copyObject ()
83
{
84
ref_count++;
Callers
12
gmp_numerator
Function · 0.80
gmp_denominator
Function · 0.80
canonicalform.cc
File · 0.80
convertCF2initFmpz
Function · 0.80
convertCF2Fmpq
Function · 0.80
~CanonicalForm
Method · 0.80
cf_inline.cc
File · 0.80
~fglmVector
Method · 0.80
clearelems
Method · 0.80
makeUnique
Method · 0.80
nihilate
Method · 0.80
fglmvec.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected