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