<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tik_qr.hpp File Reference

Solves a Tikhonov regularized least squares problem using QR factorization. More...

Include dependency graph for tik_qr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<TLAPACK_MATRIX matrixA_t, TLAPACK_MATRIX matrixb_t, TLAPACK_REAL real_t>
void tik_qr (matrixA_t &A, matrixb_t &b, real_t lambda)
 Solves Tikhonov regularized least squares using QR factorization.
 

Detailed Description

Solves a Tikhonov regularized least squares problem using QR factorization.

Author
L. Carlos Gutierrez, Julien Langou, University of Colorado Denver, USA