#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_incY
◆ F77_lda
◆ F77_M
◆ F77_N
◆ cblas_zgeru()
Definition at line 10 of file cblas_zgeru.c.
13{
14#ifdef F77_INT
16#else
17 #define F77_M M
18 #define F77_N N
19 #define F77_incX incX
20 #define F77_incY incY
21 #define F77_lda lda
22#endif
23
28
30 {
33 }
35 {
39 }
40 else cblas_xerbla(1,
"cblas_zgeru",
"Illegal layout setting, %d\n", layout);
43 return;
44}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)