Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / zhpmv.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_zhpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
7              const int N, const void *alpha, const void *Ap, const void *X,
8              const int incX, const void *beta, void *Y, const int incY)
9 {
10 #define BASE double
11 #include "source_hpmv.h"
12 #undef BASE
13 }