#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_sger()
Definition at line 12 of file cblas_sger.c.
15{
16#ifdef F77_INT
18#else
19 #define F77_M M
20 #define F77_N N
21 #define F77_incX incX
22 #define F77_incY incY
23 #define F77_lda lda
24#endif
25
29
32 {
35 }
37 {
41 }
42 else cblas_xerbla(1,
"cblas_sger",
"Illegal layout setting, %d\n", layout);
45 return;
46}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)