(git:3add494)
cp_fm_cusolver_api Module Reference

Wrapper for cuSOLVERMp. More...

Functions/Subroutines

subroutine, public cp_fm_diag_cusolver (matrix, eigenvectors, eigenvalues)
 Driver routine to diagonalize a FM matrix with the cuSOLVERMp library. More...
 

Detailed Description

Wrapper for cuSOLVERMp.

Author
Ole Schuett

Function/Subroutine Documentation

◆ cp_fm_diag_cusolver()

subroutine, public cp_fm_cusolver_api::cp_fm_diag_cusolver ( type(cp_fm_type), intent(in)  matrix,
type(cp_fm_type), intent(in)  eigenvectors,
real(kind=dp), dimension(:), intent(out)  eigenvalues 
)

Driver routine to diagonalize a FM matrix with the cuSOLVERMp library.

Parameters
matrixthe matrix that is diagonalized
eigenvectorseigenvectors of the input matrix
eigenvalueseigenvalues of the input matrix
Author
Ole Schuett

Definition at line 35 of file cp_fm_cusolver_api.F.

Here is the caller graph for this function: