SparseArrays.jl
SparseArrays.jl copied to clipboard
A \ b doesn't return the minimum norm solution for sparse least-norm problems
If A has more columns than rows, we should compute the QR factorization of A' such that we recover an LQ factorization of A.