QR_MUMPS
|
Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines. More...
Public Member Functions | |
subroutine | dqrm_apply2dw (qrm_mat, transp, b) |
subroutine | dqrm_apply1dw (qrm_mat, transp, b) |
Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines.
Definition at line 62 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::dqrm_apply::dqrm_apply1dw | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:), intent(inout) | b | ||
) |
Definition at line 159 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::dqrm_apply::dqrm_apply2dw | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | b | ||
) |
Definition at line 150 of file dqrm_solve_mod.F90.