mzd_echlonize() on matrix windows

Issue #62 invalid
Martin Albrecht repo owner created an issue

This should work:

A = mzd_init(m, n);
mzd_randomize(A);
W = mzd_init_window(A, rl, cl, m, n);
mzd_echelonize(W, 1);
mzd_free_window(W);

but is reported not working at https://groups.google.com/d/msg/m4ri-devel/0IYNIZDJxVc/3F90xnetAwAJ

Comments (1)

  1. Log in to comment