|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Computes the Cholesky factorization of a Hermitian positive definite matrix A using a blocked algorithm. More...
#include "tlapack/base/utils.hpp"#include "tlapack/blas/gemm.hpp"#include "tlapack/blas/herk.hpp"#include "tlapack/blas/trsm.hpp"#include "tlapack/lapack/potf2.hpp"

Go to the source code of this file.
Classes | |
| struct | tlapack::BlockedCholeskyOpts |
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
| template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t, disable_if_allow_optblas_t< matrix_t > = 0> | |
| int | tlapack::potrf_blocked (uplo_t uplo, matrix_t &A) |
| template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t> | |
| int | tlapack::potrf_blocked (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 a blocked algorithm.