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

Go to the source code of this file.

Data Types

interface  dqrm_utils_mod::qrm_readmat
 Generic interface for the ::dqrm_readmat routine. More...
 
interface  dqrm_utils_mod::dqrm_matmul
 Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines. More...
 
interface  dqrm_utils_mod::qrm_matmul
 Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines. More...
 
interface  dqrm_utils_mod::dqrm_vecnrm
 Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines. More...
 
interface  dqrm_utils_mod::qrm_vecnrm
 Generic interface for the ::dqrm_vecnrm2d and ::dqrm_vecnrm1d routines. More...
 
interface  dqrm_utils_mod::qrm_remap_pnt
 Generic interface for the ::dqrm_remap_pnt routine. More...
 
interface  dqrm_utils_mod::qrm_matnrm
 

Modules

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

Functions/Subroutines

subroutine dqrm_utils_mod::dqrm_matmul2dw (qrm_mat, transp, alpha, x, beta, y)
 
subroutine dqrm_utils_mod::dqrm_matmul1dw (qrm_mat, transp, alpha, x, beta, y)
 
subroutine dqrm_utils_mod::dqrm_vecnrm2dw (vec, n, ntype, nrm)
 
subroutine dqrm_utils_mod::dqrm_vecnrm1dw (vec, n, ntype, nrm)