(git:b77b4be)
Loading...
Searching...
No Matches
cp_cfm_cholesky.F File Reference

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.