#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ F77_incX
◆ F77_incY
◆ F77_lda
◆ F77_N
◆ F77_UL
◆ cblas_dsyr2()
Definition at line 12 of file cblas_dsyr2.c.
16{
17 char UL;
18#ifdef F77_CHAR
20#else
21 #define F77_UL &UL
22#endif
23
24#ifdef F77_INT
26#else
27 #define F77_N N
28 #define F77_incX incX
29 #define F77_incY incY
30 #define F77_lda lda
31#endif
32
38 {
41 else
42 {
43 cblas_xerbla(2,
"cblas_dsyr2",
"Illegal Uplo setting, %d\n",Uplo );
46 return;
47 }
48 #ifdef F77_CHAR
50 #endif
51
54
56 {
60 else
61 {
62 cblas_xerbla(2,
"cblas_dsyr2",
"Illegal Uplo setting, %d\n",Uplo );
65 return;
66 }
67 #ifdef F77_CHAR
69 #endif
72 }
else cblas_xerbla(1,
"cblas_dsyr2",
"Illegal layout setting, %d\n", layout);
75 return;
76}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)