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

Function id_RankFreeModule

libpolys/polys/simpleideals.h:108–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107long id_RankFreeModule(ideal m, ring lmRing, ring tailRing);
108static inline long id_RankFreeModule(ideal m, ring r)
109{return id_RankFreeModule(m, r, r);}
110
111ideal id_FreeModule (int i, const ring r);
112int idElem(const ideal F);

Callers 15

sm_CallDetFunction · 0.70
sm_CallBareissFunction · 0.70
sparse_matMethod · 0.70
sm_CallSolvFunction · 0.70
rAssure_SyzCompFunction · 0.50
atATTRIB3Function · 0.50
jjHIGHCORNER_MFunction · 0.50
jjSLIM_GBFunction · 0.50
kInterRedCCFunction · 0.50
liMakeResolvFunction · 0.50
syConvResFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected