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