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

Go to the source code of this file.

Functions/Subroutines

subroutine sagemv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 

Function/Subroutine Documentation

◆ sagemv()

subroutine sagemv ( character*1  TRANS,
integer  M,
integer  N,
real  ALPHA,
real, dimension( lda, * )  A,
integer  LDA,
real, dimension( * )  X,
integer  INCX,
real  BETA,
real, dimension( * )  Y,
integer  INCY 
)

Definition at line 3 of file sagemv.f.