#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_incY
◆ F77_N
◆ F77_UL
◆ cblas_dspr2()
Definition at line 10 of file cblas_dspr2.c.
13{
14 char UL;
15#ifdef F77_CHAR
17#else
18 #define F77_UL &UL
19#endif
20
21#ifdef F77_INT
23#else
24 #define F77_N N
25 #define F77_incX incX
26 #define F77_incY incY
27#endif
28
34 {
37 else
38 {
39 cblas_xerbla(2,
"cblas_dspr2",
"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_dspr2",
"Illegal Uplo setting, %d\n",Uplo );
60 return;
61 }
62 #ifdef F77_CHAR
64 #endif
66 }
else cblas_xerbla(1,
"cblas_dspr2",
"Illegal layout setting, %d\n", layout);
69 return;
70}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)