MCPcopy Create free account
hub / github.com/Singular/Singular / insert

Method insert

gfanlib/gfanlib_zfan.cpp:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 return complex->isPure();
350 }
351 void ZFan::insert(ZCone const &c)
352 {
353 ensureConeCollection();
354 killComplex();
355 coneCollection->insert(c);
356 }
357 void ZFan::remove(ZCone const &c)
358 {
359 ensureConeCollection();

Callers 11

ZFanMethod · 0.45
fullFanMethod · 0.45
processMethod · 0.45
removeDuplicatesMethod · 0.45
singclap_factorizeFunction · 0.45
unite_setFunction · 0.45
intersect_setFunction · 0.45
insert_setFunction · 0.45
ideal_stuff.ccFile · 0.45
ideal.ccFile · 0.45
Buchberger.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected