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