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

Functions

subroutine cla_geamv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 CLA_GEAMV computes a matrix-vector product using a general matrix to calculate error bounds. More...
 
subroutine dla_geamv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 DLA_GEAMV computes a matrix-vector product using a general matrix to calculate error bounds. More...
 
subroutine sla_geamv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 SLA_GEAMV computes a matrix-vector product using a general matrix to calculate error bounds. More...
 
subroutine zla_geamv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
 ZLA_GEAMV computes a matrix-vector product using a general matrix to calculate error bounds. More...
 

Detailed Description