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

Function initL

kernel/GBEngine/kutil.h:418–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416void deleteInS (int i,kStrategy strat);
417void cleanT (kStrategy strat);
418static inline LSet initL (int nr=setmaxL)
419{ return (LSet)omAlloc(nr*sizeof(LObject)); }
420void deleteInL(LSet set, int *length, int j,kStrategy strat);
421void enterL (LSet *set,int *length, int *LSetmax, LObject p,int at);
422void enterSBba (LObject &p,int atS,kStrategy strat, int atR = -1);

Callers 5

kStratCopyFunction · 0.85
kVerify1Function · 0.85
kVerify2Function · 0.85
initBuchMoraFunction · 0.85
initSbaBuchMoraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected