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