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