|
QR_MUMPS
|
Public Member Functions | |
| subroutine | _qrm_apply2d (qrm_mat, transp, b) |
| subroutine | _qrm_apply1d (qrm_mat, transp, b) |
Definition at line 71 of file qrm_solve_mod.F90.
| subroutine _qrm_solve_mod::qrm_apply::_qrm_apply1d | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
| character(len=*), intent(in) | transp, | ||
| dimension(:), intent(inout) | b | ||
| ) |
Definition at line 79 of file qrm_solve_mod.F90.
| subroutine _qrm_solve_mod::qrm_apply::_qrm_apply2d | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
| character(len=*), intent(in) | transp, | ||
| dimension(:,:), intent(inout) | b | ||
| ) |
Definition at line 73 of file qrm_solve_mod.F90.
1.8.11