ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
movstat_function.hpp File Reference
#include <gsl/gsl_movstat.h>
#include "vector.hpp"
Include dependency graph for movstat_function.hpp:
This graph shows which files directly or indirectly include this file:

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...