gslcpp
Modern-C++ Wrapper for GSL
|
Go to the documentation of this file.
17 return gsl_vector_max_index(v);
27 return gsl_vector_float_max_index(v);
37 return gsl_vector_long_double_max_index(v);
47 return gsl_vector_int_max_index(v);
57 return gsl_vector_uint_max_index(v);
67 return gsl_vector_long_max_index(v);
77 return gsl_vector_ulong_max_index(v);
87 return gsl_vector_short_max_index(v);
97 return gsl_vector_ushort_max_index(v);
107 return gsl_vector_char_max_index(v);
117 return gsl_vector_uchar_max_index(v);
auto w_max_index(w_vector< double const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< short const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< unsigned short const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< char const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< long double const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< long const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< int const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< unsigned const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< float const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< unsigned long const > *v)
Index of maximum value in vector v.
auto w_max_index(w_vector< unsigned char const > *v)
Index of maximum value in vector v.
Namespace for C++-interface to GSL.