General Information
Perform the matrix-vector operation y = alpha*A*x + beta*y, where A is a symmetric matrix in band symmetric storage mode.
- Usage
CALL SSBMV (UPLO, N, NCODA, 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
- DSBMV
- Double Precision