<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Solves a Tikhonov regularized least squares problem using SVD decompisition. More...
#include <tlapack/lapack/bidiag.hpp>
#include <tlapack/lapack/lange.hpp>
#include <tlapack/lapack/laset.hpp>
#include <tlapack/lapack/svd_qr.hpp>
#include <tlapack/lapack/ungbr.hpp>
#include <tlapack/lapack/unmqr.hpp>
Go to the source code of this file.
Functions | |
template<TLAPACK_MATRIX matrixA_t, TLAPACK_MATRIX matrixb_t, TLAPACK_REAL real_t> | |
void | tik_svd (matrixA_t &A, matrixb_t &b, real_t lambda) |
Solves a Tikhonov regularized least squares problem using SVD decompisition.