QR_MUMPS
|
Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines. More...
Public Member Functions | |
subroutine | dqrm_matmul2dw (qrm_mat, transp, alpha, x, beta, y) |
subroutine | dqrm_matmul1dw (qrm_mat, transp, alpha, x, beta, y) |
Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines.
Definition at line 52 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::dqrm_matmul::dqrm_matmul1dw | ( | type(dqrm_spmat_type) | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), intent(in) | alpha, | ||
real(kind(1.d0)), dimension(:), intent(in) | x, | ||
real(kind(1.d0)), intent(in) | beta, | ||
real(kind(1.d0)), dimension(:), intent(out) | y | ||
) |
Definition at line 138 of file dqrm_utils_mod.F90.
subroutine dqrm_utils_mod::dqrm_matmul::dqrm_matmul2dw | ( | type(dqrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), intent(in) | alpha, | ||
real(kind(1.d0)), dimension(:,:), intent(in) | x, | ||
real(kind(1.d0)), intent(in) | beta, | ||
real(kind(1.d0)), dimension(:,:), intent(out) | y | ||
) |
Definition at line 127 of file dqrm_utils_mod.F90.