LAPACK 3.3.1
Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | DLA_SYAMV (UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY) |
subroutine DLA_SYAMV | ( | INTEGER | UPLO, |
INTEGER | N, | ||
DOUBLE PRECISION | ALPHA, | ||
DOUBLE PRECISION,dimension( lda, * ) | A, | ||
INTEGER | LDA, | ||
DOUBLE PRECISION,dimension( * ) | X, | ||
INTEGER | INCX, | ||
DOUBLE PRECISION | BETA, | ||
DOUBLE PRECISION,dimension( * ) | Y, | ||
INTEGER | INCY | ||
) |
Definition at line 1 of file dla_syamv.f.