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

Solves a Tikhonov regularized least squares problem using Eldén's bidiagonalization algorithm. More...

Include dependency graph for tik_bidiag_elden.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_bidiag_elden (matrixA_t &A, matrixb_t &b, real_t lambda)
 

Detailed Description

Solves a Tikhonov regularized least squares problem using Eldén's bidiagonalization algorithm.

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