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