General Information
Perform one of the matrix-vector operations: y = alpha*A*x + beta*y or y = alpha*trans(A)*x + beta*y where A is a matrix stored in band storage mode, and trans(A) is the transpose of the matrix.
- Usage
CALL SGBMV (TRANS, M, N, NLCA, NUCA, ALPHA, A, LDA, X, INCX, BETA, Y, INCY )
- Classification
| D1b4 | Multiplication of a matrix by a vector |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Single Precision
- Alternates
- DGBMV
- Double Precision