Go to the source code of this file.
|
| subroutine, public | cp_cfm_dlaf_api::cp_cfm_pzpotrf_dlaf (uplo, n, a, ia, ja, desca, info) |
| | Cholesky factorization using DLA-Future.
|
| |
| subroutine, public | cp_cfm_dlaf_api::cp_cfm_pzpotri_dlaf (uplo, n, a, ia, ja, desca, info) |
| | Inverse from Cholesky factorization using DLA-Future.
|
| |
| subroutine, public | cp_cfm_dlaf_api::cp_cfm_diag_dlaf (matrix, eigenvectors, eigenvalues) |
| | DLA-Future eigensolver for complex Hermitian matrices.
|
| |
| subroutine, public | cp_cfm_dlaf_api::cp_cfm_diag_gen_dlaf (amatrix, bmatrix, eigenvectors, eigenvalues) |
| | DLA-Future generalized eigensolver for complex Hermitian matrices.
|
| |