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