QR_MUMPS
|
This file contains a module with all the generic interfaces for the typed methods routines. More...
Go to the source code of this file.
Data Types | |
interface | _qrm_methods_mod::_qrm_least_squares |
interface | _qrm_methods_mod::qrm_least_squares |
interface | _qrm_methods_mod::_qrm_min_norm |
interface | _qrm_methods_mod::qrm_min_norm |
interface | _qrm_methods_mod::_qrm_residual_norm |
interface | _qrm_methods_mod::qrm_residual_norm |
interface | _qrm_methods_mod::_qrm_residual_orth |
interface | _qrm_methods_mod::qrm_residual_orth |
Modules | |
module | _qrm_methods_mod |
This module contains generic methods. | |
Functions/Subroutines | |
subroutine | _qrm_methods_mod::_qrm_least_squares2dw (qrm_mat, b, x) |
subroutine | _qrm_methods_mod::_qrm_least_squares1dw (qrm_mat, b, x) |
subroutine | _qrm_methods_mod::_qrm_min_norm2dw (qrm_mat, b, x) |
subroutine | _qrm_methods_mod::_qrm_min_norm1dw (qrm_mat, b, x) |
subroutine | _qrm_methods_mod::_qrm_residual_norm2dw (qrm_mat, b, x, nrm) |
subroutine | _qrm_methods_mod::_qrm_residual_norm1dw (qrm_mat, b, x, nrm) |
subroutine | _qrm_methods_mod::_qrm_residual_orth2dw (qrm_mat, r, nrm) |
subroutine | _qrm_methods_mod::_qrm_residual_orth1dw (qrm_mat, r, nrm) |
subroutine | _qrm_methods_mod::_qrm_residual_and_orth2dw (qrm_mat, b, x, nrm) |
subroutine | _qrm_methods_mod::_qrm_residual_and_orth1dw (qrm_mat, b, x, nrm) |
This file contains a module with all the generic interfaces for the typed methods routines.
Definition in file qrm_methods_mod.F90.