20 #ifndef __REPEATFUNCTION_H_53825__ 21 #define __REPEATFUNCTION_H_53825__ 32 std::function<double(double)>
f;
RepeatFunction(std::function< double(double)>)
Definition: RepeatFunction.cpp:23
Definition: RepeatFunction.h:25
double operator()(double x) const
Definition: RepeatFunction.cpp:25
std::function< double(double)> f
Definition: RepeatFunction.h:32