Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ erase
Method
erase
gfanlib/gfanlib_zcone.cpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
container[function(v)].insert(v);
286
}
287
void erase(ZVector const &v)
288
{
289
container[function(v)].erase(v);
290
}
291
iterator begin()
292
{
293
iterator ret(*this);
Callers
7
remove
Method · 0.45
removeAllLowerDimensional
Method · 0.45
removeNonMaximal
Method · 0.45
computeClosure
Method · 0.45
containsFlip
Method · 0.45
insert
Method · 0.45
normalizedWithSumsAndDuplicatesRemoved
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected