31 CBLAS_INDEX n, i, j, tincx, tincy, incx=incX, incy=incY;
32 double *x=(
double *)X, *xx=(
double *)X, *y=(
double *)Y,
33 *yy=(
double *)Y, *tx, *ty, *stx, *sty;
46 cblas_xerbla(2,
"cblas_zher2",
"Illegal Uplo setting, %d\n",Uplo );
65 cblas_xerbla(2,
"cblas_zher2",
"Illegal Uplo setting, %d\n", Uplo);
76 x = malloc(n*
sizeof(
double));
77 y = malloc(n*
sizeof(
double));
140 cblas_xerbla(1,
"cblas_zher2",
"Illegal layout setting, %d\n", layout);
void F77_zher2(int *layout, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda)
void cblas_xerbla(CBLAS_INDEX p, const char *rout, const char *form,...)