Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
110
KINLINE void sTObject::Init(ring r)
111
{
112
memset(this, 0, sizeof(sTObject));
113
i_r = -1;
114
Set(r);
115
}
116
KINLINE sTObject::sTObject(ring r)
117
{
118
Init(r);
Callers
15
id_sat_vars_sp
Function · 0.45
makeTaunList64
Function · 0.45
kStratCopy
Function · 0.45
completeReduceFac
Function · 0.45
bbafac
Function · 0.45
k_sca_mora
Function · 0.45
redtailSba
Function · 0.45
bba
Function · 0.45
sba
Function · 0.45
f5c
Function · 0.45
bbaShift
Function · 0.45
deleteInL
Function · 0.45
Calls
1
Set
Class · 0.85
Tested by
no test coverage detected