qr_solve_test


qr_solve_test, a MATLAB code which calls qr_solve(), which computes a linear least squares (LLS) solution of a system A*x=b, using the QR factorization.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

qr_solve, a MATLAB code which computes the linear least squares (LLS) solution of a rectangular linear system A*x=b, using the QR factorization.

Source Code:


Last revised on 08 February 2019.