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

Function idIsZeroDim

kernel/ideals.h:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177ideal idSeries(int n,ideal M,matrix U=NULL,intvec *w=NULL);
178
179static inline BOOLEAN idIsZeroDim(ideal i)
180{
181 return id_IsZeroDim(i, currRing);
182}
183
184matrix idDiff(matrix i, int k);
185matrix idDiffOp(ideal I, ideal J,BOOLEAN multiply=TRUE);

Callers 3

jjREDUCE3_CPFunction · 0.85
jjREDUCE3_CIDFunction · 0.85
iiHighCornerFunction · 0.85

Calls 1

id_IsZeroDimFunction · 0.85

Tested by

no test coverage detected