QR_MUMPS
List of all members | Public Member Functions
_qrm_utils_mod::_qrm_matmul Interface Reference

Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d 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)
 

Detailed Description

Generic interface for the ::_qrm_matmul2d and ::_qrm_matmul1d routines.

Definition at line 52 of file qrm_utils_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_utils_mod::_qrm_matmul::_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.

subroutine _qrm_utils_mod::_qrm_matmul::_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.


The documentation for this interface was generated from the following file: