![]() |
(git:d18deda)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Modules | |
module | cp_fm_cusolver_api |
Wrapper for cuSOLVERMp. | |
Functions/Subroutines | |
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. | |