Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
int binom (int n,int r);
110
111
inline ideal idFreeModule (int i)
112
{
113
return id_FreeModule (i, currRing);
114
}
115
116
117
// GB algorithm for syz computations:
Callers
10
liMakeResolv
Function · 0.85
idPartialGB
Function · 0.85
idSyzygies_print
Function · 0.85
idSyzygies
Function · 0.85
idLiftStd
Function · 0.85
idQuot
Function · 0.85
idModuloLP
Function · 0.85
idModulo
Function · 0.85
idMinEmbedding_with_map_v
Function · 0.85
idSaturate
Function · 0.85
Calls
1
id_FreeModule
Function · 0.85
Tested by
no test coverage detected