qr_solve_test


qr_solve_test, a C++ 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 C++ 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 03 April 2020.