![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_zgemm | ( | CBLAS_LAYOUT | layout, |
| CBLAS_TRANSPOSE | TransA, | ||
| CBLAS_TRANSPOSE | TransB, | ||
| const int | M, | ||
| const int | N, | ||
| const int | K, | ||
| const void * | alpha, | ||
| const void * | A, | ||
| const int | lda, | ||
| const void * | B, | ||
| const int | ldb, | ||
| const void * | beta, | ||
| void * | C, | ||
| const int | ldc | ||
| ) |
Definition at line 12 of file cblas_zgemm.c.