ode_funct_fptr Class Template Reference

#include <ode_funct.h>

Inheritance diagram for ode_funct_fptr:

ode_funct

Detailed Description

template<class param_t, class vec_t = ovector_view>
class ode_funct_fptr< param_t, vec_t >

Function pointer to a function.

Definition at line 62 of file ode_funct.h.


Public Member Functions

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

Protected Member Functions

 ode_funct_fptr ()

Protected Attributes

int(* fptr )(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &)
 The function pointer.

Private Member Functions

 ode_funct_fptr (const ode_funct_fptr &)
ode_funct_fptroperator= (const ode_funct_fptr &)

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.