fortran-lapack
|
Data Types | |
interface | la_cholesky::cholesky |
Computes the Cholesky factorization A = L \cdot L^T , or A = U^T \cdot U . More... | |
interface | la_cholesky::chol |
Computes the Cholesky factorization A = L \cdot L^T , or A = U^T \cdot U . More... | |
Modules | |
module | la_cholesky |
Cholesky factorization of a matrix, based on LAPACK POTRF functions. | |