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