ode_funct_mfptr Class Template Reference

#include <ode_funct.h>

Inheritance diagram for ode_funct_mfptr:

ode_funct

Detailed Description

template<class tclass, class param_t, class vec_t = ovector_view>
class ode_funct_mfptr< tclass, param_t, vec_t >

Member function pointer to a one-dimensional function.

Definition at line 103 of file ode_funct.h.


Public Member Functions

 ode_funct_mfptr (tclass *tp, int(tclass::*fp)(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &))
 Specify the member function pointer.
virtual ~ode_funct_mfptr ()
virtual int operator() (double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &pa)
 The overloaded operator().

Protected Attributes

int(tclass::* fptr )(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &)
 The pointer to the member function.
tclass * tptr
 The pointer to the class.

Private Member Functions

 ode_funct_mfptr (const ode_funct_mfptr &)
ode_funct_mfptroperator= (const ode_funct_mfptr &)

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.