blob: 616766462a069302ee80cd791e8bc831c6698448 [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_zdscal (const int N, const double alpha, void *X, const int incX)
{
#define BASE double
#include "source_scal_c_s.h"
#undef BASE
}