QR_MUMPS
|
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) |
This file contains a module with generic interfaces for a number of auxiliary tools.
Definition in file qrm_utils_mod.F90.