(git:3add494)
cp_fm_dlaf_api Module Reference

Functions/Subroutines

subroutine, public cp_pdpotrf_dlaf (uplo, n, a, ia, ja, desca, info)
 Cholesky factorization using DLA-Future. More...
 
subroutine, public cp_pspotrf_dlaf (uplo, n, a, ia, ja, desca, info)
 Cholesky factorization using DLA-Future. More...
 
subroutine, public cp_fm_diag_dlaf (matrix, eigenvectors, eigenvalues)
 ... More...
 

Function/Subroutine Documentation

◆ cp_pdpotrf_dlaf()

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.

Parameters
uplo...
nMatrix size
aLocal matrix
iaRow index of first row (has to be 1)
jaCol index of first column ()
descaScaLAPACK matrix descriptor
info0 if factorization completed normally
Author
Rocco Meli
Mikael Simberg
Mathieu Taillefumier

Definition at line 45 of file cp_fm_dlaf_api.F.

Here is the caller graph for this function:

◆ cp_pspotrf_dlaf()

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.

Parameters
uplo...
nMatrix size
aLocal matrix
iaRow index of first row (has to be 1)
jaCol index of first column ()
descaScaLAPACK matrix descriptor
info0 if factorization completed normally
Author
Rocco Meli
Mikael Simberg
Mathieu Taillefumier

Definition at line 98 of file cp_fm_dlaf_api.F.

Here is the caller graph for this function:

◆ cp_fm_diag_dlaf()

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 
)

...

Parameters
matrix...
eigenvectors...
eigenvalues...

Definition at line 144 of file cp_fm_dlaf_api.F.

Here is the call graph for this function:
Here is the caller graph for this function: