QR_MUMPS
List of all members | Public Member Functions
dqrm_utils_mod::qrm_matmul Interface Reference

Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines. More...

Public Member Functions

subroutine dqrm_matmul2d (qrm_mat, transp, alpha, x, beta, y)
 
subroutine dqrm_matmul1d (qrm_mat, transp, alpha, x, beta, y)
 

Detailed Description

Generic interface for the ::dqrm_matmul2d and ::dqrm_matmul1d routines.

Definition at line 58 of file dqrm_utils_mod.F90.

Member Function/Subroutine Documentation

subroutine dqrm_utils_mod::qrm_matmul::dqrm_matmul1d ( type(dqrm_spmat_type qrm_mat,
character(len=*)  transp,
real(kind(1.d0)), intent(in)  alpha,
real(kind(1.d0)), dimension(:), intent(in)  x,
real(kind(1.d0)), intent(in)  beta,
real(kind(1.d0)), dimension(:), intent(out)  y 
)

Definition at line 68 of file dqrm_utils_mod.F90.

subroutine dqrm_utils_mod::qrm_matmul::dqrm_matmul2d ( type(dqrm_spmat_type), target  qrm_mat,
character(len=*)  transp,
real(kind(1.d0)), intent(in)  alpha,
real(kind(1.d0)), dimension(:,:), intent(in)  x,
real(kind(1.d0)), intent(in)  beta,
real(kind(1.d0)), dimension(:,:), intent(out)  y 
)

Definition at line 60 of file dqrm_utils_mod.F90.


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