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