This module contains all the interfaces for the typed routines in the solve phase. More...
Data Types | |
interface | _qrm_apply |
Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines. More... | |
interface | _qrm_solve |
Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines. More... | |
interface | qrm_apply |
interface | qrm_apply_q |
Generic interface for the ::_qrm_apply_q routine. More... | |
interface | qrm_apply_qt |
Generic interface for the ::_qrm_apply_qt routine. More... | |
interface | qrm_solve |
Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines. More... | |
interface | qrm_solve_r |
Generic interface for the ::_qrm_solve_r routine. More... | |
interface | qrm_solve_rt |
Generic interface for the ::_qrm_solve_rt routine. More... | |
interface | qrm_solve_sing_front |
Generic interface for the ::_qrm_solve_sing_front routine. More... | |
Public Member Functions | |
subroutine | _qrm_apply2dw (qrm_mat, transp, b) |
subroutine | _qrm_apply1dw (qrm_mat, transp, b) |
subroutine | _qrm_solve2dw (qrm_mat, transp, b, x) |
subroutine | _qrm_solve1dw (qrm_mat, transp, b, x) |
This module contains all the interfaces for the typed routines in the solve phase.
Definition at line 37 of file qrm_solve_mod.F90.
subroutine _qrm_solve_mod::_qrm_apply1dw | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
dimension(:), intent(inout) | b | ||
) |
Definition at line 158 of file qrm_solve_mod.F90.
References _qrm_apply1d().
subroutine _qrm_solve_mod::_qrm_apply2dw | ( | type(_qrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
dimension(:,:), intent(inout) | b | ||
) |
Definition at line 149 of file qrm_solve_mod.F90.
References _qrm_apply2d().
subroutine _qrm_solve_mod::_qrm_solve1dw | ( | type(_qrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
dimension(:), intent(inout) | b, | ||
dimension(:), intent(out) | x | ||
) |
Definition at line 177 of file qrm_solve_mod.F90.
References _qrm_solve1d().
subroutine _qrm_solve_mod::_qrm_solve2dw | ( | type(_qrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
dimension(:,:), intent(inout) | b, | ||
dimension(:,:), intent(out) | x | ||
) |
Definition at line 167 of file qrm_solve_mod.F90.
References _qrm_solve2d().