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