KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dgemv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY) |
subroutine dgemv | ( | character*1 | TRANS, |
integer | M, | ||
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 | ||
) |