#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_lda
◆ F77_N
◆ F77_UL
◆ cblas_dsyr()
Definition at line 12 of file cblas_dsyr.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 #define F77_lda lda
29#endif
35 {
38 else
39 {
40 cblas_xerbla(2,
"cblas_dsyr",
"Illegal Uplo setting, %d\n",Uplo );
43 return;
44 }
45 #ifdef F77_CHAR
47 #endif
48
50
52 {
56 else
57 {
58 cblas_xerbla(2,
"cblas_dsyr",
"Illegal Uplo setting, %d\n",Uplo );
61 return;
62 }
63 #ifdef F77_CHAR
65 #endif
67 }
else cblas_xerbla(1,
"cblas_dsyr",
"Illegal layout setting, %d\n", layout);
70 return;
71}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)