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... | |
Public Member Functions | |
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) |
This module contains generic interfaces for a number of auxiliary tools.
Definition at line 36 of file qrm_utils_mod.F90.
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 137 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 126 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 158 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 149 of file qrm_utils_mod.F90.
References _qrm_vecnrm2d().