Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More...
Public Member Functions | |
subroutine | dqrm_solve1dw (qrm_mat, transp, b, x) |
subroutine | dqrm_solve2dw (qrm_mat, transp, b, x) |
Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines.
Definition at line 110 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::dqrm_solve::dqrm_solve1dw | ( | type(dqrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), dimension(:), intent(inout) | b, | ||
real(kind(1.d0)), dimension(:), intent(out) | x | ||
) |
Definition at line 177 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::dqrm_solve::dqrm_solve2dw | ( | type(dqrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | b, | ||
real(kind(1.d0)), dimension(:,:), intent(out) | x | ||
) |
Definition at line 167 of file dqrm_solve_mod.F90.