General Information
Perform the rank-one symmetric matrix update A = A + alpha*x*trans(x), where A is a symmetric matrix, and trans(x) represents the transpose of the vector.
- Usage
CALL SSYR (UPLO, N, ALPHA, X, INCX, A, LDA)
- Classification
| D1b5 | Matrix addition, subtraction |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Single Precision
- Alternates
- DSYR
- Double Precision