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

Function idInterRed

kernel/groebner_walk/walkSupport.cc:958–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956///////////////////////////////////////////////////////////////////
957
958ideal idInterRed(ideal G)
959{
960 assume(G != NULL);
961
962 ideal GG = kInterRedOld(G, NULL);
963 idDelete(&G);
964 return GG;
965}
966
967///////////////////////////////////////////////////////////////////
968

Callers 6

firstWalkStep64Function · 0.85
walkStep64Function · 0.85
walk64Function · 0.85
unperturbedFirstStep64Function · 0.85
fractalRec64Function · 0.85
fractalWalk64Function · 0.85

Calls 1

kInterRedOldFunction · 0.85

Tested by

no test coverage detected