General Information
Perform one of the following matrix-matrix multiplications: C = alpha*A*B + beta C = alpha*trans(A)*B + beta*C C = alpha*A*trans(B) + beta*C C = alpha*trans(A)*trans(B) + beta*C trans represents the transpose of the matrix.
- Usage
CALL DGEMM (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
- Classification
| D1b6 | Matrix multiplication |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Double Precision
- Alternates
- SGEMM
- Single Precision