Go to the source code of this file.
|
subroutine, public | cp_dbcsr_cholesky::cp_dbcsr_cholesky_decompose (matrix, n, para_env, blacs_env) |
| used to replace a symmetric positive def. matrix M with its cholesky decomposition U: M = U^T * U, with U upper triangular
|
|
subroutine, public | cp_dbcsr_cholesky::cp_dbcsr_cholesky_invert (matrix, n, para_env, blacs_env, uplo_to_full) |
| used to replace the cholesky decomposition by the inverse
|
|
subroutine, public | cp_dbcsr_cholesky::cp_dbcsr_cholesky_restore (matrix, neig, matrixb, matrixout, op, pos, transa, para_env, blacs_env) |
| ...
|
|