cblas_cgemm
Copyright (C) 2005 IENT-RWTH Aachen
void cblas_cgemm(CBLAS_ORDER Order, CBLAS_TRANSPOSE TransA, CBLAS_TRANSPOSE TransB, int m, int n, int k, const void *a, const void *pA, int lda, const void *pB, int ldb, const void *b, void *pC, int ldc)