Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / zgeru.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_zgeru (const enum CBLAS_ORDER order, const int M, const int N,
7              const void *alpha, const void *X, const int incX, const void *Y,
8              const int incY, void *A, const int lda)
9 {
10 #define BASE double
11 #include "source_geru.h"
12 #undef BASE
13 }