qr_solve_test, a MATLAB program which calls qr_solve() to compute a linear least squares (LLS) solution of a system A*x=b, using the QR factorization.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
qr_solve, a MATLAB library which computes the linear least squares (LLS) solution of a rectangular linear system A*x=b, using the QR factorization.