LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void cblas_cgemm | ( | 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_cgemm.c.