|
gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_sum(). More...
Go to the source code of this file.
Namespaces | |
| gsl | |
| Namespace for C++-interface to GSL. | |
Functions | |
| auto | gsl::w_sum (w_vector< double const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< float const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< long double const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< int const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< unsigned const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< long const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< unsigned long const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< short const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< unsigned short const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< char const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< unsigned char const > *v) |
Sum of elements in vector v. More... | |
| template<typename C > | |
| C | gsl::complex_sum (w_vector< C const > *v) |
| Sum of elements in complex vector, not covered by GSL's sum. More... | |
| auto | gsl::w_sum (w_vector< gsl::complex< double > const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< gsl::complex< float > const > *v) |
Sum of elements in vector v. More... | |
| auto | gsl::w_sum (w_vector< gsl::complex< long double > const > *v) |
Sum of elements in vector v. More... | |
Definition of gsl::w_sum().
Definition in file sum.hpp.
1.8.17