ode_vfunct Class Template Reference

#include <ode_funct.h>

Inheritance diagram for ode_vfunct:

ode_vfunct_fptr ode_vfunct_mfptr

Detailed Description

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

Ordinary differential equation function base.

Definition at line 150 of file ode_funct.h.


Public Member Functions

 ode_vfunct ()
virtual ~ode_vfunct ()
virtual int operator() (double x, size_t nvar, const double y[nv], double dydx[nv], param_t &pa)
 The overloaded operator().

Private Member Functions

 ode_vfunct (const ode_vfunct &)
ode_vfunctoperator= (const ode_vfunct &)

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.