<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Computes the Cholesky factorization of a Hermitian positive definite matrix A using a level-2 algorithm. More...
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/dot.hpp"
#include "tlapack/blas/gemv.hpp"
#include "tlapack/blas/scal.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t, disable_if_allow_optblas_t< matrix_t > = 0> | |
int | tlapack::potf2 (uplo_t uplo, matrix_t &A) |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using a level-2 algorithm. | |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using a level-2 algorithm.