Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d routines. More...
Public Member Functions | |
subroutine | _qrm_matmul2dw (qrm_mat, transp, alpha, x, beta, y) |
subroutine | _qrm_matmul1dw (qrm_mat, transp, alpha, x, beta, y) |
Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d routines.
Definition at line 52 of file qrm_utils_mod.F90.
subroutine _qrm_utils_mod::_qrm_matmul::_qrm_matmul1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
character(len=*) | transp, | ||
intent(in) | alpha, | ||
dimension(:), intent(in) | x, | ||
intent(in) | beta, | ||
dimension(:), intent(out) | y | ||
) |
Definition at line 137 of file qrm_utils_mod.F90.
subroutine _qrm_utils_mod::_qrm_matmul::_qrm_matmul2dw | ( | type(_qrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
intent(in) | alpha, | ||
dimension(:,:), intent(in) | x, | ||
intent(in) | beta, | ||
dimension(:,:), intent(out) | y | ||
) |
Definition at line 126 of file qrm_utils_mod.F90.