ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
catrmv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine catrmv (UPLO, TRANS, DIAG, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 

Function/Subroutine Documentation

◆ catrmv()

subroutine catrmv ( character*1  UPLO,
character*1  TRANS,
character*1  DIAG,
integer  N,
real  ALPHA,
complex, dimension( lda, * )  A,
integer  LDA,
complex, dimension( * )  X,
integer  INCX,
real  BETA,
real, dimension( * )  Y,
integer  INCY 
)

Definition at line 3 of file catrmv.f.