ode_vfunct_fptr Class Template Reference

#include <ode_funct.h>

Inheritance diagram for ode_vfunct_fptr:

ode_vfunct

Detailed Description

template<class param_t, size_t nv>
class ode_vfunct_fptr< param_t, nv >

Function pointer to a function.

Definition at line 192 of file ode_funct.h.


Public Member Functions

 ode_vfunct_fptr (int(*fp)(double, size_t, const double y[nv], double dydx[nv], param_t &))
 Specify the function pointer.
virtual int operator() (double x, size_t nvar, const double y[nv], double dydx[nv], param_t &pa)
 The overloaded operator().

Protected Attributes

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

Private Member Functions

 ode_vfunct_fptr (const ode_vfunct_fptr &)
ode_vfunct_fptroperator= (const ode_vfunct_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.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page