14 const void *alpha,
const void *AP,
15 const void *X,
const CBLAS_INT incX,
const void *beta,
32 const float *xx= (
float *)X, *alp= (
float *)alpha, *bet = (
float *)beta;
33 float ALPHA[2],BETA[2];
35 float *x=(
float *)X, *y=(
float *)Y, *st=0, *tx;
47 cblas_xerbla(2,
"cblas_chpmv",
"Illegal Uplo setting, %d\n",Uplo );
69 x = malloc(n*
sizeof(
float));
122 cblas_xerbla(2,
"cblas_chpmv",
"Illegal Uplo setting, %d\n", Uplo );
136 cblas_xerbla(1,
"cblas_chpmv",
"Illegal layout setting, %d\n", layout);
void F77_chpmv(int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy)
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)
void cblas_chpmv(const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const void *alpha, const void *AP, const void *X, const CBLAS_INT incX, const void *beta, void *Y, const CBLAS_INT incY)