gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_minmax_index(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
void | gsl::w_minmax_index (w_vector< double const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< float const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< long double const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< int const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< unsigned const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< long const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< unsigned long const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< short const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< unsigned short const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< char const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
void | gsl::w_minmax_index (w_vector< unsigned char const > *v, size_t *min, size_t *max) |
Return indices of minimum and maximum values in vector v . More... | |
Definition of gsl::w_minmax_index().
Definition in file minmax-index.hpp.