QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Data Types | Public Member Functions
_qrm_methods_mod Module Reference

This module contains generic methods. More...

Data Types

interface  _qrm_least_squares
 
interface  _qrm_min_norm
 
interface  _qrm_residual_norm
 
interface  _qrm_residual_orth
 
interface  qrm_least_squares
 
interface  qrm_min_norm
 
interface  qrm_residual_norm
 
interface  qrm_residual_orth
 

Public Member Functions

subroutine _qrm_least_squares2dw (qrm_mat, b, x)
 
subroutine _qrm_least_squares1dw (qrm_mat, b, x)
 
subroutine _qrm_min_norm2dw (qrm_mat, b, x)
 
subroutine _qrm_min_norm1dw (qrm_mat, b, x)
 
subroutine _qrm_residual_norm2dw (qrm_mat, b, x, nrm)
 
subroutine _qrm_residual_norm1dw (qrm_mat, b, x, nrm)
 
subroutine _qrm_residual_orth2dw (qrm_mat, r, nrm)
 
subroutine _qrm_residual_orth1dw (qrm_mat, r, nrm)
 
subroutine _qrm_residual_and_orth2dw (qrm_mat, b, x, nrm)
 
subroutine _qrm_residual_and_orth1dw (qrm_mat, b, x, nrm)
 

Detailed Description

This module contains generic methods.

Definition at line 36 of file qrm_methods_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_methods_mod::_qrm_least_squares1dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x 
)

Definition at line 140 of file qrm_methods_mod.F90.

References _qrm_least_squares1d().

subroutine _qrm_methods_mod::_qrm_least_squares2dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x 
)

Definition at line 132 of file qrm_methods_mod.F90.

References _qrm_least_squares2d().

subroutine _qrm_methods_mod::_qrm_min_norm1dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x 
)

Definition at line 157 of file qrm_methods_mod.F90.

References _qrm_min_norm1d().

subroutine _qrm_methods_mod::_qrm_min_norm2dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x 
)

Definition at line 149 of file qrm_methods_mod.F90.

References _qrm_min_norm2d().

subroutine _qrm_methods_mod::_qrm_residual_and_orth1dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x,
  nrm 
)

Definition at line 213 of file qrm_methods_mod.F90.

References _qrm_residual_and_orth1d().

subroutine _qrm_methods_mod::_qrm_residual_and_orth2dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x,
  nrm 
)

Definition at line 204 of file qrm_methods_mod.F90.

References _qrm_residual_and_orth2d().

subroutine _qrm_methods_mod::_qrm_residual_norm1dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x,
  nrm 
)

Definition at line 175 of file qrm_methods_mod.F90.

References _qrm_residual_norm1d().

subroutine _qrm_methods_mod::_qrm_residual_norm2dw ( type(_qrm_spmat_type)  qrm_mat,
  b,
  x,
  nrm 
)

Definition at line 166 of file qrm_methods_mod.F90.

References _qrm_residual_norm2d().

subroutine _qrm_methods_mod::_qrm_residual_orth1dw ( type(_qrm_spmat_type)  qrm_mat,
  r,
  nrm 
)

Definition at line 195 of file qrm_methods_mod.F90.

References _qrm_residual_orth1d().

subroutine _qrm_methods_mod::_qrm_residual_orth2dw ( type(_qrm_spmat_type)  qrm_mat,
  r,
  nrm 
)

Definition at line 186 of file qrm_methods_mod.F90.

References _qrm_residual_orth2d().


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