qr_solve_test


qr_solve_test, an Octave 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, an Octave 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 24 October 2022.