SABER
|
Go to the source code of this file.
Data Types | |
interface | tools_asa007::cholesky |
interface | tools_asa007::syminv |
Modules | |
module | tools_asa007 |
Subroutines/functions list. | |
Functions/Subroutines | |
subroutine | tools_asa007::asa007_cholesky (mpl, n, nn, a, u) |
Compute cholesky decomposition. More... | |
subroutine | tools_asa007::asa007_syminv (mpl, n, nn, a, c) |
Compute inverse of a symmetric matrix. More... | |
Variables | |
real(kind_real), parameter | tools_asa007::eta = 1.0e-9_kind_real |
Small parameter for the Cholesky decomposition. More... | |