36 T
const *x, int64_t incx )
38 typedef real_type<T> real_t;
41 blas_error_if( n < 0 );
42 blas_error_if( incx <= 0 );
49 for (int64_t i = 0; i < n; ++i) {
50 real_t tmp = abs1( x[i] );
60 for (int64_t i = 0; i < n; ++i) {
61 real_t tmp = abs1( x[ix] );
int64_t iamax(int64_t n, T const *x, int64_t incx)
Definition iamax.hh:34