blob: 842153ecf9878af04736a5bd9d38d35b0786d993 [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_caxpy (const int N, const void *alpha, const void *X, const int incX,
void *Y, const int incY)
{
#define BASE float
#include "source_axpy_c.h"
#undef BASE
}