Struct ExponentialFunctor

struct ExponentialFunctor
template<typename Point>
struct FunctionFunctor

Public Types

typedef Point::FT NT

Public Functions

inline FunctionFunctor(parameters<NT, Point> &params_)
inline NT operator()(Point const &x) const

Public Members

parameters<NT, Point> &params
template<typename Point>
struct GradientFunctor

Public Types

typedef Point::FT NT
typedef std::vector<Point> pts

Public Functions

inline GradientFunctor(parameters<NT, Point> &params_)
inline Point operator()(unsigned int const &i, pts const &xs, NT const &t) const

Public Members

parameters<NT, Point> &params
template<typename NT, typename Point>
struct parameters

Public Functions

inline parameters(Point c_)
inline parameters(Point c_, NT a_)

Public Members

unsigned int order
NT L
NT m
NT kappa
Point c
NT a