LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void cblas_chemm | ( | const CBLAS_LAYOUT | layout, |
const CBLAS_SIDE | Side, | ||
const CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
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_chemm.c.