Go to the documentation of this file.
26 #ifndef __GyotoFunctors_H_
27 #define __GyotoFunctors_H_
35 class Double_constDoubleArray;
36 class Double_Double_const;
49 virtual double operator()(
double const data[]) = 0;
74 double ridders(
double from,
double to)
const;
87 double secant(
double from,
double to);