General Information
Perform one of the matrix-vector multiplications: y = alpha*A*x + beta*y y = alpha*trans(A)*x + beta*y Here trans(A) is the transpose of the matrix.
- Usage
CALL SGEMV (TRANS, M, N, 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