* perturb the matrix order of "lex" * **************************************/
| 4495 | * perturb the matrix order of "lex" * |
| 4496 | **************************************/ |
| 4497 | static 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 | |
| 4506 | VAR int ngleich; |
| 4507 | VAR intvec* Xsigma; |
no test coverage detected