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

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

#include "container.hpp"
#include "element.hpp"
#include <Eigen/Core>
Include dependency graph for sum.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_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 >
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...
 

Detailed Description

Definition of gsl::w_sum().

Definition in file sum.hpp.