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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ sasymv()

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