Aboria

PrevUpHomeNext

Struct erf_fun

Aboria::erf_fun

Synopsis

// 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;
};

Description

erf_fun public member functions

  1. result_type operator()(const double & arg) const;

PrevUpHomeNext