What is the best function to obtain a least squares minimum solution from a linear problem like Ax = b
in Octave, with A
very large but sparse?
x = A\b
gives the error:
SparseQR: sparse matrix QR factorization filled" that I don't understand.
What is the best function to obtain a least squares minimum solution from a linear problem like Ax = b
in Octave, with A
very large but sparse?
x = A\b
gives the error:
SparseQR: sparse matrix QR factorization filled" that I don't understand.