Class funct_gsl (o2scl)

O2scl : Class List

class funct_gsl : public gsl_function

A wrapper to specify o2scl::funct objects to GSL.

Public Functions

inline funct_gsl(funct &f)

Create an object based on the specified function, f.

Protected Static Functions

static inline double funct_wrap(double x, void *params)

The function wrapper.