QR_MUMPS
|
Generic interface for the ::dqrm_solve_sing_front routine. More...
Public Member Functions | |
subroutine | dqrm_solve_sing_front (qrm_mat, b, x, trans) |
Generic interface for the ::dqrm_solve_sing_front routine.
Definition at line 136 of file dqrm_solve_mod.F90.
subroutine dqrm_solve_mod::qrm_solve_sing_front::dqrm_solve_sing_front | ( | type(dqrm_spmat_type), target | qrm_mat, |
real(kind(1.d0)), dimension(:,:), intent(inout) | b, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | x, | ||
character | trans | ||
) |
Definition at line 138 of file dqrm_solve_mod.F90.