LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
la_gbamv: matrix-vector multiply |A| * |x|, general banded
Collaboration diagram for la_gbamv: matrix-vector multiply |A| * |x|, general banded:

Functions

subroutine cla_gbamv (TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, INCX, BETA, Y, INCY)
 CLA_GBAMV performs a matrix-vector operation to calculate error bounds. More...
 
subroutine dla_gbamv (TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, INCX, BETA, Y, INCY)
 DLA_GBAMV performs a matrix-vector operation to calculate error bounds. More...
 
subroutine sla_gbamv (TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, INCX, BETA, Y, INCY)
 SLA_GBAMV performs a matrix-vector operation to calculate error bounds. More...
 
subroutine zla_gbamv (TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, INCX, BETA, Y, INCY)
 ZLA_GBAMV performs a matrix-vector operation to calculate error bounds. More...
 

Detailed Description