Public Member Functions | |
subroutine | dqrm_apply2d (qrm_mat, transp, b) |
subroutine | dqrm_apply1d (qrm_mat, transp, b) |
Definition at line 71 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::qrm_apply::dqrm_apply1d | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:), intent(inout) | b | ||
) |
Definition at line 78 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::qrm_apply::dqrm_apply2d | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | b | ||
) |
Definition at line 72 of file dqrm_solve_mod.F90.