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

Method Clear

kernel/GBEngine/kInline.h:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213KINLINE void sTObject::Clear()
214{
215 p = NULL;
216 t_p = NULL;
217 ecart = 0;
218 length = 0;
219 pLength = 0;
220 FDeg = 0;
221 is_normalized = FALSE;
222}
223
224KINLINE void sTObject::Copy()
225{

Callers 15

ksReducePolyTailLC_ZFunction · 0.80
kLiftstd.ccFile · 0.80
redRing_ZFunction · 0.80
redRing_Z_SFunction · 0.80
redRingFunction · 0.80
redRing_SFunction · 0.80
redHomogFunction · 0.80
redSigFunction · 0.80
redSigRingFunction · 0.80
kstd2.ccFile · 0.80
redLazyFunction · 0.80
redFirstShiftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected