Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / zdotc_sub.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_zdotc_sub (const int N, const void *X, const int incX, const void *Y,
7              const int incY, void *result)
8 {
9 #define BASE double
10 #define CONJ_SIGN (-1.0)
11 #include "source_dot_c.h"
12 #undef CONJ_SIGN
13 #undef BASE
14 }