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

Go to the source code of this file.

Data Types

interface  dqrm_methods_mod::dqrm_least_squares
 
interface  dqrm_methods_mod::qrm_least_squares
 
interface  dqrm_methods_mod::dqrm_min_norm
 
interface  dqrm_methods_mod::qrm_min_norm
 
interface  dqrm_methods_mod::dqrm_residual_norm
 
interface  dqrm_methods_mod::qrm_residual_norm
 
interface  dqrm_methods_mod::dqrm_residual_orth
 
interface  dqrm_methods_mod::qrm_residual_orth
 

Modules

module  dqrm_methods_mod
 This module contains generic methods.
 

Functions/Subroutines

subroutine dqrm_methods_mod::dqrm_least_squares2dw (qrm_mat, b, x)
 
subroutine dqrm_methods_mod::dqrm_least_squares1dw (qrm_mat, b, x)
 
subroutine dqrm_methods_mod::dqrm_min_norm2dw (qrm_mat, b, x)
 
subroutine dqrm_methods_mod::dqrm_min_norm1dw (qrm_mat, b, x)
 
subroutine dqrm_methods_mod::dqrm_residual_norm2dw (qrm_mat, b, x, nrm)
 
subroutine dqrm_methods_mod::dqrm_residual_norm1dw (qrm_mat, b, x, nrm)
 
subroutine dqrm_methods_mod::dqrm_residual_orth2dw (qrm_mat, r, nrm)
 
subroutine dqrm_methods_mod::dqrm_residual_orth1dw (qrm_mat, r, nrm)
 
subroutine dqrm_methods_mod::dqrm_residual_and_orth2dw (qrm_mat, b, x, nrm)
 
subroutine dqrm_methods_mod::dqrm_residual_and_orth1dw (qrm_mat, b, x, nrm)