General Information
Perform one of the matrix-vector operations: x = A*x, or x = trans(A)*x, where A is a triangular matrix, and trans(A) is the transpose of the matrix.
- Usage
CALL STRMV (UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
- Classification
| D1b4 | Multiplication of a matrix by a vector |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Single Precision
- Alternates
- DTRMV
- Double Precision