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

Method Init

kernel/GBEngine/kInline.h:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 tailRing = r;
109}
110KINLINE void sTObject::Init(ring r)
111{
112 memset(this, 0, sizeof(sTObject));
113 i_r = -1;
114 Set(r);
115}
116KINLINE sTObject::sTObject(ring r)
117{
118 Init(r);

Callers 15

id_sat_vars_spFunction · 0.45
makeTaunList64Function · 0.45
kStratCopyFunction · 0.45
completeReduceFacFunction · 0.45
bbafacFunction · 0.45
k_sca_moraFunction · 0.45
redtailSbaFunction · 0.45
bbaFunction · 0.45
sbaFunction · 0.45
f5cFunction · 0.45
bbaShiftFunction · 0.45
deleteInLFunction · 0.45

Calls 1

SetClass · 0.85

Tested by

no test coverage detected