|
QR_MUMPS
|
This module contains generic methods. More...
Data Types | |
| interface | _qrm_least_squares |
| interface | _qrm_min_norm |
| interface | _qrm_residual_norm |
| interface | _qrm_residual_orth |
| interface | qrm_least_squares |
| interface | qrm_min_norm |
| interface | qrm_residual_norm |
| interface | qrm_residual_orth |
Functions/Subroutines | |
| subroutine | _qrm_least_squares2dw (qrm_mat, b, x) |
| subroutine | _qrm_least_squares1dw (qrm_mat, b, x) |
| subroutine | _qrm_min_norm2dw (qrm_mat, b, x) |
| subroutine | _qrm_min_norm1dw (qrm_mat, b, x) |
| subroutine | _qrm_residual_norm2dw (qrm_mat, b, x, nrm) |
| subroutine | _qrm_residual_norm1dw (qrm_mat, b, x, nrm) |
| subroutine | _qrm_residual_orth2dw (qrm_mat, r, nrm) |
| subroutine | _qrm_residual_orth1dw (qrm_mat, r, nrm) |
| subroutine | _qrm_residual_and_orth2dw (qrm_mat, b, x, nrm) |
| subroutine | _qrm_residual_and_orth1dw (qrm_mat, b, x, nrm) |
This module contains generic methods.
| subroutine _qrm_methods_mod::_qrm_least_squares1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x | |||
| ) |
Definition at line 141 of file qrm_methods_mod.F90.
References _qrm_least_squares1d().
| subroutine _qrm_methods_mod::_qrm_least_squares2dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x | |||
| ) |
Definition at line 133 of file qrm_methods_mod.F90.
References _qrm_least_squares2d().
| subroutine _qrm_methods_mod::_qrm_min_norm1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x | |||
| ) |
Definition at line 158 of file qrm_methods_mod.F90.
References _qrm_min_norm1d().
| subroutine _qrm_methods_mod::_qrm_min_norm2dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x | |||
| ) |
Definition at line 150 of file qrm_methods_mod.F90.
References _qrm_min_norm2d().
| subroutine _qrm_methods_mod::_qrm_residual_and_orth1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x, | |||
| nrm | |||
| ) |
Definition at line 214 of file qrm_methods_mod.F90.
References _qrm_residual_and_orth1d().
| subroutine _qrm_methods_mod::_qrm_residual_and_orth2dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x, | |||
| nrm | |||
| ) |
Definition at line 205 of file qrm_methods_mod.F90.
References _qrm_residual_and_orth2d().
| subroutine _qrm_methods_mod::_qrm_residual_norm1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x, | |||
| nrm | |||
| ) |
Definition at line 176 of file qrm_methods_mod.F90.
References _qrm_residual_norm1d().
| subroutine _qrm_methods_mod::_qrm_residual_norm2dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| b, | |||
| x, | |||
| nrm | |||
| ) |
Definition at line 167 of file qrm_methods_mod.F90.
References _qrm_residual_norm2d().
| subroutine _qrm_methods_mod::_qrm_residual_orth1dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| r, | |||
| nrm | |||
| ) |
Definition at line 196 of file qrm_methods_mod.F90.
References _qrm_residual_orth1d().
| subroutine _qrm_methods_mod::_qrm_residual_orth2dw | ( | type(_qrm_spmat_type) | qrm_mat, |
| r, | |||
| nrm | |||
| ) |
Definition at line 187 of file qrm_methods_mod.F90.
References _qrm_residual_orth2d().
1.8.11