gslcpp
Modern-C++ Wrapper for GSL
Namespaces | Functions
minmax.hpp File Reference

Definition of gsl::w_minmax(). More...

#include "container.hpp"
Include dependency graph for minmax.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of gsl::w_minmax().

Definition in file minmax.hpp.