Loading web-font TeX/Math/Italic
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_cholesky.f90 File Reference

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.