#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
Defines |
#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 |
Functions |
void | cblas_zgemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum 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) |
Define Documentation
Function Documentation
void cblas_zgemm |
( |
const enum CBLAS_ORDER |
Order, |
|
|
const enum CBLAS_TRANSPOSE |
TransA, |
|
|
const enum 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 |
|
) |
| |