#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_incY
◆ F77_N
◆ F77_UL
◆ cblas_dspmv()
Definition at line 13 of file cblas_dspmv.c.
18{
19 char UL;
20#ifdef F77_CHAR
22#else
23 #define F77_UL &UL
24#endif
25#ifdef F77_INT
27#else
28 #define F77_N N
29 #define F77_incX incX
30 #define F77_incY incY
31#endif
35
38 {
41 else
42 {
43 cblas_xerbla(2,
"cblas_dspmv",
"Illegal Uplo setting, %d\n",Uplo );
46 return;
47 }
48 #ifdef F77_CHAR
50 #endif
53 }
55 {
59 else
60 {
61 cblas_xerbla(2,
"cblas_dspmv",
"Illegal Uplo setting, %d\n", Uplo);
64 return;
65 }
66 #ifdef F77_CHAR
68 #endif
71 }
72 else cblas_xerbla(1,
"cblas_dspmv",
"Illegal layout setting, %d\n", layout);
75 return;
76}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)