#include <new>
#include <gsl/gsl_sum.h>
Go to the source code of this file.
|
| 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.
|
| |
|
| 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...
|
| |