nk027/sanic

Patch non-symmetric matrices

nk027 opened this issue · 1 comments

nk027 commented

QR and SVD should work anyways, but it seems buggy atm.
Consider checking symmetry.

nk027 commented

Seems like the sparse QR was bugged as it actually computed a sparse LU, which requires a square matrix.