finitediff
Public Member Functions | Private Attributes | List of all members
RepeatFunction Class Reference

#include <RepeatFunction.h>

Public Member Functions

 RepeatFunction (std::function< double(double)>)
 
double operator() (double x) const
 

Private Attributes

std::function< double(double)> f
 

Constructor & Destructor Documentation

RepeatFunction::RepeatFunction ( std::function< double(double)>  fun)
explicit

Member Function Documentation

double RepeatFunction::operator() ( double  x) const

Member Data Documentation

std::function<double(double)> RepeatFunction::f
private

The documentation for this class was generated from the following files: