qr_solve_test


qr_solve_test, a Fortran90 code which calls qr_solve(), which computes a linear least squares (LLS) solution of a system A*x=b.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

qr_solve, a Fortran90 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 June 2020.