gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_minmax(). 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 (w_vector< double const > *v, double *min, double *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< float const > *v, float *min, float *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< long double const > *v, long double *min, long double *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< int const > *v, int *min, int *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< unsigned const > *v, unsigned *min, unsigned *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< long const > *v, long *min, long *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< unsigned long const > *v, unsigned long *min, unsigned long *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< short const > *v, short *min, short *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< unsigned short const > *v, unsigned short *min, unsigned short *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< char const > *v, char *min, char *max) |
Return minimum and maximum values in vector v . More... | |
void | gsl::w_minmax (w_vector< unsigned char const > *v, unsigned char *min, unsigned char *max) |
Return minimum and maximum values in vector v . More... | |
Definition of gsl::w_minmax().
Definition in file minmax.hpp.