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

Function hDelete

kernel/combinatorics/hutil.cc:140–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138#endif
139
140void hDelete(scfmon ev, int ev_length)
141{
142 int i;
143
144 if (ev_length>0)
145 {
146 for (i=ev_length-1;i>=0;i--)
147 omFreeSize(hsecure[i],((currRing->N)+1)*sizeof(int));
148 omFreeSize(hsecure, ev_length*sizeof(scmon));
149 omFreeSize(ev, ev_length*sizeof(scmon));
150 }
151}
152
153
154void hComp(scfmon exist, int Nexist, int ak, scfmon stc, int *Nstc)

Callers 6

scIndIndsetFunction · 0.85
hilb.ccFile · 0.85
hdegree.ccFile · 0.85
hDegreeFunction · 0.85
scComputeHCFunction · 0.85
scKBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected