QR_MUMPS
|
Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More...
Public Member Functions | |
subroutine | dqrm_solve2d (qrm_mat, transp, b, x) |
subroutine | dqrm_solve1d (qrm_mat, transp, b, x) |
Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines.
Definition at line 118 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::qrm_solve::dqrm_solve1d | ( | 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 127 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::qrm_solve::dqrm_solve2d | ( | 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 120 of file dqrm_solve_mod.F90.