LAPACK 3.3.0

cla_gbamv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CLA_GBAMV (TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, INCX, BETA, Y, INCY)

Function Documentation

subroutine CLA_GBAMV ( INTEGER  TRANS,
INTEGER  M,
INTEGER  N,
INTEGER  KL,
INTEGER  KU,
REAL  ALPHA,
COMPLEX,dimension( ldab, * )  AB,
INTEGER  LDAB,
COMPLEX,dimension( * )  X,
INTEGER  INCX,
REAL  BETA,
REAL,dimension( * )  Y,
INTEGER  INCY 
)

Definition at line 1 of file cla_gbamv.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions