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

Function idMinEmbedding

kernel/ideals.cc:2814–2822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2812}
2813
2814ideal idMinEmbedding(ideal arg,BOOLEAN inPlace, intvec **w)
2815{
2816 int *red_comp=(int*)omAlloc((arg->rank+1)*sizeof(int));
2817 int del=0;
2818 ideal res=idMinEmbedding1(arg,inPlace,w,red_comp,del);
2819 idDeleteComps(res,red_comp,del);
2820 omFree(red_comp);
2821 return res;
2822}
2823
2824ideal idMinEmbedding_with_map(ideal arg,intvec **w, ideal &trans)
2825{

Callers 2

jjPRUNEFunction · 0.85
syMinimizeResolventeFunction · 0.85

Calls 2

idMinEmbedding1Function · 0.85
idDeleteCompsFunction · 0.85

Tested by

no test coverage detected