Aboria::erf_fun
// In header: </home/travis/build/martinjrobins/Aboria/src/Functions.h> struct erf_fun { // types typedef double result_type; // public member functions result_type operator()(const double &) const; };
erf_fun
result_type operator()(const double & arg) const;