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

Function idSort

kernel/ideals.h:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185matrix idDiffOp(ideal I, ideal J,BOOLEAN multiply=TRUE);
186
187static inline intvec *idSort(ideal id,BOOLEAN nolex=TRUE)
188{
189 return id_Sort(id, nolex, currRing);
190}
191
192ideal idModulo (ideal h1,ideal h2, tHomog h=testHomog, intvec ** w=NULL,
193 matrix *T=NULL, GbVariant a=GbDefault);

Callers 7

jjSort_IdFunction · 0.85
idCreateSpecialKbaseFunction · 0.85
fglmSdataMethod · 0.85
fglmDdataMethod · 0.85
FindUnivariatePolysFunction · 0.85
syInitResFunction · 0.85
sbaFunction · 0.85

Calls 1

id_SortFunction · 0.85

Tested by

no test coverage detected