MCPcopy 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

removeMethod · 0.45
removeNonMaximalMethod · 0.45
computeClosureMethod · 0.45
containsFlipMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected