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