General Information
Performs one of the matrix-matrix operations: C = alpha*A*B + beta*C, or C = alpha*B*A + beta*C, where alpha and beta are scalars, A is a symmetric matrix, and B and C are m by n matrices.
- Usage
CALL SSYMM (SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
- Classification
| D1b6 | Matrix multiplication |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Single Precision
- Alternates
- DSYMM
- Double Precision