|
QR_MUMPS
|
This file contains a module with generic interfaces for all the solve typed routines. More...
Go to the source code of this file.
Data Types | |
| interface | _qrm_solve_mod::qrm_apply_q |
| Generic interface for the ::_qrm_apply_q routine. More... | |
| interface | _qrm_solve_mod::qrm_apply_qt |
| Generic interface for the ::_qrm_apply_qt routine. More... | |
| interface | _qrm_solve_mod::_qrm_apply |
| Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines. More... | |
| interface | _qrm_solve_mod::qrm_apply |
| interface | _qrm_solve_mod::qrm_solve_r |
| Generic interface for the ::_qrm_solve_r routine. More... | |
| interface | _qrm_solve_mod::qrm_solve_rt |
| Generic interface for the ::_qrm_solve_rt routine. More... | |
| interface | _qrm_solve_mod::_qrm_solve |
| Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines. More... | |
| interface | _qrm_solve_mod::qrm_solve |
| Generic interface for the ::_qrm_solve and ::_qrm_solve1d routines. More... | |
| interface | _qrm_solve_mod::qrm_solve_sing_front |
| Generic interface for the ::_qrm_solve_sing_front routine. More... | |
Modules | |
| module | _qrm_solve_mod |
| This module contains all the interfaces for the typed routines in the solve phase. | |
Functions/Subroutines | |
| subroutine | _qrm_solve_mod::_qrm_apply2dw (qrm_mat, transp, b) |
| subroutine | _qrm_solve_mod::_qrm_apply1dw (qrm_mat, transp, b) |
| subroutine | _qrm_solve_mod::_qrm_solve2dw (qrm_mat, transp, b, x) |
| subroutine | _qrm_solve_mod::_qrm_solve1dw (qrm_mat, transp, b, x) |
This file contains a module with generic interfaces for all the solve typed routines.
Definition in file qrm_solve_mod.F90.
1.8.11