tblite
Light-weight tight-binding framework
|
Computes the Cholesky factorization of a real symmetric positive definite matrix A. More...
Public Member Functions | |
subroutine | wrap_spotrf (amat, info, uplo) |
subroutine | wrap_dpotrf (amat, info, uplo) |
Computes the Cholesky factorization of a real symmetric positive definite matrix A.
The factorization has the form A = U**T * U, if UPLO = 'U', or A = L * L**T, if UPLO = 'L', where U is an upper triangular matrix and L is lower triangular.
This is the block version of the algorithm, calling Level 3 BLAS.