test_lls_test


test_lls_test, a FORTRAN90 code which calls test_lls(), which implements linear least squares (LLS) test problems which are given A and b, and seek a vector x which minimizes the L2 norm of the error ||Ax-b||.

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:

test_lls, a FORTRAN90 code which implements linear least squares (LLS) test problems which seek a vector x which minimizes the error in the rectangular linear system A*x=b.

Source Code:


Last revised on 03 September 2020.