Provided by: liblapack-doc-man_3.6.0-2ubuntu2_all 

NAME
cblas_cgemm.c -
SYNOPSIS
#include 'cblas.h'
#include 'cblas_f77.h'
Macros
#define F77_TA &TA
#define F77_TB &TB
#define F77_M M
#define F77_N N
#define F77_K K
#define F77_lda lda
#define F77_ldb ldb
#define F77_ldc ldc
Functions
void cblas_cgemm (const CBLAS_LAYOUT layout, const CBLAS_TRANSPOSE TransA, const CBLAS_TRANSPOSE TransB,
const int M, const int N, const int K, const void *alpha, const void *A, const int lda, const void
*B, const int ldb, const void *beta, void *C, const int ldc)
Macro Definition Documentation
#define F77_K K #define F77_lda lda #define F77_ldb ldb #define F77_ldc ldc #define F77_M M #define F77_N N #define F77_TA &TA #define F77_TB &TB
Function Documentation
void cblas_cgemm (const CBLAS_LAYOUT layout, const CBLAS_TRANSPOSE TransA, const CBLAS_TRANSPOSE TransB,
const int M, const int N, const int K, const void * alpha, const void * A, const int lda, const void * B,
const int ldb, const void * beta, void * C, const int ldc)
Author
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.6.0 Sun Jan 17 2016 cblas_cgemm.c(3)