fortran-lang / stdlib

Fortran Standard Library
https://stdlib.fortran-lang.org
MIT License
1.02k stars 161 forks source link

linalg: Cholesky factorization #840

Open perazz opened 1 week ago

perazz commented 1 week ago

Compute the Cholesky factorization of a real or complex matrix: $A = L \cdot L^T $, or $A = U^T \cdot U$, where $A$ is symmetric or complex Hermitian, and $L$, $U$ are lower- or upper-triangular, respectively. Based on LAPACK Cholesky factorization (*POTRF) routines.

Prior art

Proposed implementation

cc: @fortran-lang/stdlib @jalvesz @jvdp1