QR_MUMPS
|
Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines. More...
Public Member Functions | |
subroutine | _qrm_apply2dw (qrm_mat, transp, b) |
subroutine | _qrm_apply1dw (qrm_mat, transp, b) |
Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines.
Definition at line 62 of file qrm_solve_mod.F90.
subroutine _qrm_solve_mod::_qrm_apply::_qrm_apply1dw | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
dimension(:), intent(inout) | b | ||
) |
Definition at line 159 of file qrm_solve_mod.F90.
subroutine _qrm_solve_mod::_qrm_apply::_qrm_apply2dw | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
dimension(:,:), intent(inout) | b | ||
) |
Definition at line 150 of file qrm_solve_mod.F90.