LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void F77_cgemm | ( | int * | layout, |
char * | transpa, | ||
char * | transpb, | ||
int * | m, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 14 of file c_cblas3.c.