blob: 5a881b91816f04e53ee7c9cf7383fdb02727b9b2 [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_cscal (const int N, const void *alpha, void *X, const int incX)
{
#define BASE float
#include "source_scal_c.h"
#undef BASE
}