ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sum.hpp File Reference
#include <new>
#include <gsl/gsl_sum.h>
Include dependency graph for sum.hpp:

Go to the source code of this file.

Classes

class  gsl::sum::levin_u::workspace
 Workspace for the Levin u transform. More...
 
class  gsl::sum::levin_utrunc::workspace
 Workspace for the Levin u transform without error estimation. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::sum
 Series acceleration.
 
namespace  gsl::sum::levin_u
 The Levin u transform.
 
namespace  gsl::sum::levin_utrunc
 The Levin u transform without error estimation.
 

Functions

template<typename ARRAY >
int gsl::sum::levin_u::accel (ARRAY const &array, workspace &w, double &sum_accel, double &abserr)
 C++ version of gsl_sum_levin_u_accel(). More...
 
template<typename ARRAY >
int gsl::sum::levin_utrunc::accel (ARRAY const &array, workspace &w, double *sum_accel, double *abserr_trunc)
 C++ version of gsl_sum_levin_utrunc_accel(). More...