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