#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_N
◆ F77_UL
◆ cblas_dspr()
Definition at line 12 of file cblas_dspr.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
34 {
37 else
38 {
39 cblas_xerbla(2,
"cblas_dspr",
"Illegal Uplo setting, %d\n",Uplo );
42 return;
43 }
44 #ifdef F77_CHAR
46 #endif
47
49
51 {
55 else
56 {
57 cblas_xerbla(2,
"cblas_dspr",
"Illegal Uplo setting, %d\n",Uplo );
60 return;
61 }
62 #ifdef F77_CHAR
64 #endif
66 }
else cblas_xerbla(1,
"cblas_dspr",
"Illegal layout setting, %d\n", layout);
69 return;
70}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)