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

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

Go to the source code of this file.

Data Types

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

Modules

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

Functions/Subroutines

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

Detailed Description

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

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_utils_mod.F90.