.TH "CBLAS/src/cblas_dgemm.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/src/cblas_dgemm.c .SH SYNOPSIS .br .PP \fR#include 'cblas\&.h'\fP .br \fR#include 'cblas_f77\&.h'\fP .br .SS "Macros" .in +1c .ti -1c .RI "#define \fBF77_TA\fP &TA" .br .ti -1c .RI "#define \fBF77_TB\fP &TB" .br .ti -1c .RI "#define \fBF77_M\fP M" .br .ti -1c .RI "#define \fBF77_N\fP N" .br .ti -1c .RI "#define \fBF77_K\fP K" .br .ti -1c .RI "#define \fBF77_lda\fP lda" .br .ti -1c .RI "#define \fBF77_ldb\fP ldb" .br .ti -1c .RI "#define \fBF77_ldc\fP ldc" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "void \fBAPI_SUFFIX\fP \fBcblas_dgemm\fP (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_TRANSPOSE\fP TransA, const \fBCBLAS_TRANSPOSE\fP TransB, const \fBCBLAS_INT\fP M, const \fBCBLAS_INT\fP N, const \fBCBLAS_INT\fP K, const double alpha, const double *A, const \fBCBLAS_INT\fP lda, const double *B, const \fBCBLAS_INT\fP ldb, const double beta, double *C, const \fBCBLAS_INT\fP ldc)" .br .in -1c .SH "Macro Definition Documentation" .PP .SS "#define F77_K K" .SS "#define F77_lda lda" .SS "#define F77_ldb ldb" .SS "#define F77_ldc ldc" .SS "#define F77_M M" .SS "#define F77_N N" .SS "#define F77_TA &TA" .SS "#define F77_TB &TB" .SH "Function Documentation" .PP .SS "void \fBAPI_SUFFIX\fP cblas_dgemm (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_TRANSPOSE\fP TransA, const \fBCBLAS_TRANSPOSE\fP TransB, const \fBCBLAS_INT\fP M, const \fBCBLAS_INT\fP N, const \fBCBLAS_INT\fP K, const double alpha, const double * A, const \fBCBLAS_INT\fP lda, const double * B, const \fBCBLAS_INT\fP ldb, const double beta, double * C, const \fBCBLAS_INT\fP ldc)" .PP Definition at line \fB12\fP of file \fBcblas_dgemm\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.