LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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. | |
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. | |
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. | |
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. | |