QR_MUMPS
Data Types | Functions/Subroutines
dqrm_methods_mod Module Reference

This module contains generic methods. More...

Data Types

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

Functions/Subroutines

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

Detailed Description

This module contains generic methods.

Function/Subroutine Documentation

subroutine dqrm_methods_mod::dqrm_least_squares1dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:)  b,
real(kind(1.d0)), dimension(:)  x 
)

Definition at line 141 of file dqrm_methods_mod.F90.

References dqrm_least_squares1d().

subroutine dqrm_methods_mod::dqrm_least_squares2dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:,:)  b,
real(kind(1.d0)), dimension(:,:)  x 
)

Definition at line 133 of file dqrm_methods_mod.F90.

References dqrm_least_squares2d().

subroutine dqrm_methods_mod::dqrm_min_norm1dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:)  b,
real(kind(1.d0)), dimension(:)  x 
)

Definition at line 158 of file dqrm_methods_mod.F90.

References dqrm_min_norm1d().

subroutine dqrm_methods_mod::dqrm_min_norm2dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:,:)  b,
real(kind(1.d0)), dimension(:,:)  x 
)

Definition at line 150 of file dqrm_methods_mod.F90.

References dqrm_min_norm2d().

subroutine dqrm_methods_mod::dqrm_residual_and_orth1dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:)  b,
real(kind(1.d0)), dimension(:)  x,
real(kind(1.d0))  nrm 
)

Definition at line 214 of file dqrm_methods_mod.F90.

References dqrm_residual_and_orth1d().

subroutine dqrm_methods_mod::dqrm_residual_and_orth2dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:,:)  b,
real(kind(1.d0)), dimension(:,:)  x,
real(kind(1.d0)), dimension(:)  nrm 
)

Definition at line 205 of file dqrm_methods_mod.F90.

References dqrm_residual_and_orth2d().

subroutine dqrm_methods_mod::dqrm_residual_norm1dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:)  b,
real(kind(1.d0)), dimension(:)  x,
real(kind(1.d0))  nrm 
)

Definition at line 176 of file dqrm_methods_mod.F90.

References dqrm_residual_norm1d().

subroutine dqrm_methods_mod::dqrm_residual_norm2dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:,:)  b,
real(kind(1.d0)), dimension(:,:)  x,
real(kind(1.d0)), dimension(:)  nrm 
)

Definition at line 167 of file dqrm_methods_mod.F90.

References dqrm_residual_norm2d().

subroutine dqrm_methods_mod::dqrm_residual_orth1dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:)  r,
real(kind(1.d0))  nrm 
)

Definition at line 196 of file dqrm_methods_mod.F90.

References dqrm_residual_orth1d().

subroutine dqrm_methods_mod::dqrm_residual_orth2dw ( type(dqrm_spmat_type qrm_mat,
real(kind(1.d0)), dimension(:,:)  r,
real(kind(1.d0)), dimension(:)  nrm 
)

Definition at line 187 of file dqrm_methods_mod.F90.

References dqrm_residual_orth2d().