QR_MUMPS
Data Types | Modules | Functions/Subroutines
qrm_methods_mod.F90 File Reference

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)
 

Detailed Description

This file contains a module with all the generic interfaces for the typed methods routines.

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_methods_mod.F90.