SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

A \ b doesn't return the minimum norm solution for sparse least-norm problems

Open amontoison opened this issue 2 years ago • 0 comments

If A has more columns than rows, we should compute the QR factorization of A' such that we recover an LQ factorization of A.

amontoison avatar Nov 27 '22 02:11 amontoison