QR_MUMPS
Data Types | Functions/Subroutines
_qrm_utils_mod Module Reference

This module contains generic interfaces for a number of auxiliary tools. More...

Data Types

interface  _qrm_matmul
 Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d routines. More...
 
interface  _qrm_vecnrm
 Generic interface for the ::_qrm_vecnrm2d and ::_qrm_vecnrm1d routines. More...
 
interface  qrm_matmul
 Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d routines. More...
 
interface  qrm_matnrm
 
interface  qrm_readmat
 Generic interface for the ::_qrm_readmat routine. More...
 
interface  qrm_remap_pnt
 Generic interface for the ::_qrm_remap_pnt routine. More...
 
interface  qrm_vecnrm
 Generic interface for the ::_qrm_vecnrm2d and ::_qrm_vecnrm1d routines. More...
 

Functions/Subroutines

subroutine _qrm_matmul2dw (qrm_mat, transp, alpha, x, beta, y)
 
subroutine _qrm_matmul1dw (qrm_mat, transp, alpha, x, beta, y)
 
subroutine _qrm_vecnrm2dw (vec, n, ntype, nrm)
 
subroutine _qrm_vecnrm1dw (vec, n, ntype, nrm)
 

Detailed Description

This module contains generic interfaces for a number of auxiliary tools.

Function/Subroutine Documentation

subroutine _qrm_utils_mod::_qrm_matmul1dw ( type(_qrm_spmat_type qrm_mat,
character(len=*)  transp,
intent(in)  alpha,
dimension(:), intent(in)  x,
intent(in)  beta,
dimension(:), intent(out)  y 
)

Definition at line 138 of file qrm_utils_mod.F90.

References _qrm_matmul1d().

subroutine _qrm_utils_mod::_qrm_matmul2dw ( type(_qrm_spmat_type), target  qrm_mat,
character(len=*)  transp,
intent(in)  alpha,
dimension(:,:), intent(in)  x,
intent(in)  beta,
dimension(:,:), intent(out)  y 
)

Definition at line 127 of file qrm_utils_mod.F90.

References _qrm_matmul2d().

subroutine _qrm_utils_mod::_qrm_vecnrm1dw ( dimension(:), intent(in)  vec,
integer, intent(in)  n,
character  ntype,
  nrm 
)

Definition at line 159 of file qrm_utils_mod.F90.

References _qrm_vecnrm1d().

subroutine _qrm_utils_mod::_qrm_vecnrm2dw ( dimension(:,:), intent(in)  vec,
integer, intent(in)  n,
character  ntype,
  nrm 
)

Definition at line 150 of file qrm_utils_mod.F90.

References _qrm_vecnrm2d().