<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
|
Computes the Cholesky factorization of a Hermitian positive definite matrix A using the right-looking blocked algorithm. More...
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/herk.hpp"
#include "tlapack/blas/trsm.hpp"
#include "tlapack/lapack/potf2.hpp"
#include "tlapack/lapack/potrf_blocked.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t> | |
int | tlapack::potrf_rl (uplo_t uplo, matrix_t &A, const BlockedCholeskyOpts &opts={}) |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using a blocked algorithm. | |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using the right-looking blocked algorithm.