QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
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_matmul2d (qrm_mat, transp, alpha, x, beta, y)
 
subroutine _qrm_matmul1d (qrm_mat, transp, alpha, x, beta, y)
 

Detailed Description

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

Definition at line 58 of file qrm_utils_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_utils_mod::qrm_matmul::_qrm_matmul1d ( 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 67 of file qrm_utils_mod.F90.

subroutine _qrm_utils_mod::qrm_matmul::_qrm_matmul2d ( 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 59 of file qrm_utils_mod.F90.


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