LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gemm: general matrix-matrix multiply
Collaboration diagram for gemm: general matrix-matrix multiply:

Functions

subroutine cgemm (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
 CGEMM More...
 
subroutine dgemm (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
 DGEMM More...
 
subroutine sgemm (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
 SGEMM More...
 
subroutine zgemm (TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
 ZGEMM More...
 

Detailed Description