|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|


Go to the source code of this file.
Classes | |
| class | gsl::movstat::function |
| Class that extends gsl_movstat_function so that it can be constructed from arbitrary function objects. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::movstat |
| This namespace handles the GSL moving-window statistics. | |
Functions | |
| template<typename T > | |
| function | gsl::movstat::make_function (T &c, double(T::*f)(gsl::vector const &)) |
| Make a gsl::movstat::function from a function object and a suitable member function. More... | |