![]() |
(git:d18deda)
|
Functions/Subroutines | |
subroutine, public | cp_pdpotrf_dlaf (uplo, n, a, ia, ja, desca, info) |
Cholesky factorization using DLA-Future. | |
subroutine, public | cp_pspotrf_dlaf (uplo, n, a, ia, ja, desca, info) |
Cholesky factorization using DLA-Future. | |
subroutine, public | cp_fm_diag_dlaf (matrix, eigenvectors, eigenvalues) |
... | |
subroutine, public | cp_fm_diag_gen_dlaf (a_matrix, b_matrix, eigenvectors, eigenvalues) |
... | |
subroutine, public cp_fm_dlaf_api::cp_pdpotrf_dlaf | ( | character, intent(in) | uplo, |
integer, intent(in) | n, | ||
real(kind=dp), dimension(:, :), target | a, | ||
integer, intent(in) | ia, | ||
integer, intent(in) | ja, | ||
integer, dimension(9) | desca, | ||
integer, target | info | ||
) |
Cholesky factorization using DLA-Future.
uplo | ... |
n | Matrix size |
a | Local matrix |
ia | Row index of first row (has to be 1) |
ja | Col index of first column () |
desca | ScaLAPACK matrix descriptor |
info | 0 if factorization completed normally |
Definition at line 46 of file cp_fm_dlaf_api.F.
subroutine, public cp_fm_dlaf_api::cp_pspotrf_dlaf | ( | character, intent(in) | uplo, |
integer, intent(in) | n, | ||
real, dimension(:, :), target | a, | ||
integer, intent(in) | ia, | ||
integer, intent(in) | ja, | ||
integer, dimension(9) | desca, | ||
integer, target | info | ||
) |
Cholesky factorization using DLA-Future.
uplo | ... |
n | Matrix size |
a | Local matrix |
ia | Row index of first row (has to be 1) |
ja | Col index of first column () |
desca | ScaLAPACK matrix descriptor |
info | 0 if factorization completed normally |
Definition at line 87 of file cp_fm_dlaf_api.F.
subroutine, public cp_fm_dlaf_api::cp_fm_diag_dlaf | ( | type(cp_fm_type), intent(in) | matrix, |
type(cp_fm_type), intent(in) | eigenvectors, | ||
real(kind=dp), dimension(:), intent(out) | eigenvalues | ||
) |
...
matrix | ... |
eigenvectors | ... |
eigenvalues | ... |
Definition at line 122 of file cp_fm_dlaf_api.F.
subroutine, public cp_fm_dlaf_api::cp_fm_diag_gen_dlaf | ( | type(cp_fm_type), intent(in) | a_matrix, |
type(cp_fm_type), intent(in) | b_matrix, | ||
type(cp_fm_type), intent(in) | eigenvectors, | ||
real(kind=dp), dimension(:), intent(out) | eigenvalues | ||
) |
...
a_matrix | ... |
b_matrix | ... |
eigenvectors | ... |
eigenvalues | ... |
Definition at line 227 of file cp_fm_dlaf_api.F.