<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Solves a Tikhonov regularized least squares problem using QR factorization. More...
#include <tlapack/blas/trsm.hpp>
#include <tlapack/lapack/geqrf.hpp>
#include <tlapack/lapack/laset.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_qr (matrixA_t &A, matrixb_t &b, real_t lambda) |
Solves Tikhonov regularized least squares using QR factorization. | |
Solves a Tikhonov regularized least squares problem using QR factorization.