QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Data Types | Public Member Functions
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
 

Public Member Functions

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.

Definition at line 36 of file dqrm_methods_mod.F90.

Member 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 140 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 132 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 157 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 149 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 213 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 204 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 175 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 166 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 195 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 186 of file dqrm_methods_mod.F90.

References dqrm_residual_orth2d().


The documentation for this module was generated from the following file: