don't abort in _mzd_pls_submatrix() if no pivot was found

Issue #25 resolved
Martin Albrecht repo owner created an issue

Currently, we simply return to the calling function if no pivot was found, which is a bad strategy: we should continue until we really processed k columns and only then return.

Comments (2)

  1. Log in to comment