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

Function lSize

Singular/lists.cc:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23VAR omBin slists_bin = omGetSpecBin(sizeof(slists));
24
25int lSize(lists L)
26{
27 int n=L->nr;
28 while ((n>=0)&&((L->m[n].rtyp==DEF_CMD)||(L->m[n].rtyp==0))) n--;
29 return n;
30}
31
32lists lCopy(lists L)
33{

Callers 14

newstruct_serializeFunction · 0.85
jjCOUNT_LFunction · 0.85
PrintMethod · 0.85
lDeleteFunction · 0.85
intersectConesFunction · 0.85
containsConeFunction · 0.85
fanViaConesFunction · 0.85
mixedVolumeFunction · 0.85
build_ringFunction · 0.85
findPlaceToInsertFunction · 0.85
createThreadPoolSetFunction · 0.85
scheduleJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected