gslcpp
Modern-C++ Wrapper for GSL
|
Go to the documentation of this file.
17 return gsl_vector_min_index(v);
27 return gsl_vector_float_min_index(v);
37 return gsl_vector_long_double_min_index(v);
47 return gsl_vector_int_min_index(v);
57 return gsl_vector_uint_min_index(v);
67 return gsl_vector_long_min_index(v);
77 return gsl_vector_ulong_min_index(v);
87 return gsl_vector_short_min_index(v);
97 return gsl_vector_ushort_min_index(v);
107 return gsl_vector_char_min_index(v);
117 return gsl_vector_uchar_min_index(v);
auto w_min_index(w_vector< long const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< long double const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< double const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< unsigned char const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< unsigned const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< unsigned long const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< int const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< short const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< float const > *v)
Index of minimum value in vector v.
auto w_min_index(w_vector< unsigned short const > *v)
Index of minimum value in vector v.
Namespace for C++-interface to GSL.
auto w_min_index(w_vector< char const > *v)
Index of minimum value in vector v.