Go to the source code of this file.
|
| subroutine, public | cp_fm_cusolver_api::cp_fm_diag_cusolver (matrix, eigenvectors, eigenvalues) |
| | Driver routine to diagonalize a FM matrix with the cuSOLVERMp library.
|
| |
| subroutine, public | cp_fm_cusolver_api::cp_fm_general_cusolver (amatrix, bmatrix, eigenvectors, eigenvalues) |
| | Driver routine to solve generalized eigenvalue problem A*x = lambda*B*x with cuSOLVERMp.
|
| |
| subroutine, public | cp_fm_cusolver_api::cp_cfm_general_cusolver (amatrix, bmatrix, eigenvectors, eigenvalues) |
| | Driver routine to solve generalized complex eigenvalue problem A*x = lambda*B*x with cuSOLVERMp.
|
| |