blob: f7d5d8380f7e8c77366b5784c90795cbd6afe92b [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
double
cblas_dnrm2 (const int N, const double *X, const int incX)
{
#define BASE double
#include "source_nrm2_r.h"
#undef BASE
}