#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_cgeru()
Definition at line 10 of file cblas_cgeru.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
27
29
31 {
34 }
36 {
40 }
41 else cblas_xerbla(1,
"cblas_cgeru",
"Illegal layout setting, %d\n", layout);
44 return;
45}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)