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