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

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

#include "container.hpp"
Include dependency graph for get.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

auto gsl::w_get (w_vector< double const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< float const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< long double const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< int const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< unsigned const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< long const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< unsigned long const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< short const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< unsigned short const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< char const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< unsigned char const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< complex< double > const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< complex< float > const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 
auto gsl::w_get (w_vector< complex< long double > const > *v, size_t i)
 Return ith element of vector v with bounds-checking. More...
 

Detailed Description

Definition of gsl::w_get().

Definition in file get.hpp.