![]() |
(git:b77b4be)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Modules | |
module | cp_cfm_cholesky |
various cholesky decomposition related routines | |
Functions/Subroutines | |
subroutine, public | cp_cfm_cholesky::cp_cfm_cholesky_decompose (matrix, n, info_out) |
Used to replace a symmetric positive definite matrix M with its Cholesky decomposition U: M = U^T * U, with U upper triangular. | |
subroutine, public | cp_cfm_cholesky::cp_cfm_cholesky_invert (matrix, n, info_out) |
Used to replace Cholesky decomposition by the inverse. | |