13 const CBLAS_INT N,
const void *alpha,
const void *X,
31 CBLAS_INT n, i, j, tincx, tincy, incx=incX, incy=incY;
32 float *x=(
float *)X, *xx=(
float *)X, *y=(
float *)Y,
33 *yy=(
float *)Y, *tx, *ty, *stx, *sty;
75 x = malloc(n*
sizeof(
float));
76 y = malloc(n*
sizeof(
float));
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)
void API_SUFFIX() cblas_chpr2(const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *Ap)