#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_incY
◆ F77_N
◆ F77_UL
◆ cblas_sspmv()
Definition at line 11 of file cblas_sspmv.c.
16{
17 char UL;
18#ifdef F77_CHAR
20#else
21 #define F77_UL &UL
22#endif
23#ifdef F77_INT
25#else
26 #define F77_N N
27 #define F77_incX incX
28 #define F77_incY incY
29#endif
33
36 {
39 else
40 {
41 cblas_xerbla(2,
"cblas_sspmv",
"Illegal Uplo setting, %d\n",Uplo );
44 return;
45 }
46 #ifdef F77_CHAR
48 #endif
51 }
53 {
57 else
58 {
59 cblas_xerbla(2,
"cblas_sspmv",
"Illegal Uplo setting, %d\n", Uplo);
62 return;
63 }
64 #ifdef F77_CHAR
66 #endif
69 }
70 else cblas_xerbla(1,
"cblas_sspmv",
"Illegal layout setting, %d\n", layout);
73}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)