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