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

Go to the source code of this file.

Functions/Subroutines

subroutine cahemv (UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 

Function/Subroutine Documentation

◆ cahemv()

subroutine cahemv ( character*1  UPLO,
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 cahemv.f.