KTH framework for Nek5000 toolboxes; testing version  0.0.1
dgemv.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ dgemv()

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 
)

Definition at line 1 of file dgemv.f.

References xerbla().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: