|
QR_MUMPS
|
Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines. More...
Public Member Functions | |
| subroutine | _qrm_solve1dw (qrm_mat, transp, b, x) |
| subroutine | _qrm_solve2dw (qrm_mat, transp, b, x) |
Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines.
Definition at line 110 of file qrm_solve_mod.F90.
| subroutine _qrm_solve_mod::_qrm_solve::_qrm_solve1dw | ( | type(_qrm_spmat_type), target | qrm_mat, |
| character(len=*) | transp, | ||
| dimension(:), intent(inout) | b, | ||
| dimension(:), intent(out) | x | ||
| ) |
Definition at line 178 of file qrm_solve_mod.F90.
| subroutine _qrm_solve_mod::_qrm_solve::_qrm_solve2dw | ( | type(_qrm_spmat_type), target | qrm_mat, |
| character(len=*) | transp, | ||
| dimension(:,:), intent(inout) | b, | ||
| dimension(:,:), intent(out) | x | ||
| ) |
Definition at line 168 of file qrm_solve_mod.F90.
1.8.11