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

Function idFreeModule

kernel/ideals.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109int binom (int n,int r);
110
111inline ideal idFreeModule (int i)
112{
113 return id_FreeModule (i, currRing);
114}
115
116
117// GB algorithm for syz computations:

Callers 10

liMakeResolvFunction · 0.85
idPartialGBFunction · 0.85
idSyzygies_printFunction · 0.85
idSyzygiesFunction · 0.85
idLiftStdFunction · 0.85
idQuotFunction · 0.85
idModuloLPFunction · 0.85
idModuloFunction · 0.85
idSaturateFunction · 0.85

Calls 1

id_FreeModuleFunction · 0.85

Tested by

no test coverage detected