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

Function NewVectorlp

Singular/walk.cc:4497–4504  ·  view source on GitHub ↗

* perturb the matrix order of "lex" * **************************************/

Source from the content-addressed store, hash-verified

4495 * perturb the matrix order of "lex" *
4496 **************************************/
4497static intvec* NewVectorlp(ideal I)
4498{
4499 int nV = currRing->N;
4500 intvec* iv_wlp = MivMatrixOrderlp(nV);
4501 intvec* result = Mfpertvector(I, iv_wlp);
4502 delete iv_wlp;
4503 return result;
4504}
4505
4506VAR int ngleich;
4507VAR intvec* Xsigma;

Callers 2

rec_fractal_callFunction · 0.85
rec_r_fractal_callFunction · 0.85

Calls 2

MivMatrixOrderlpFunction · 0.85
MfpertvectorFunction · 0.85

Tested by

no test coverage detected