ode_funct Class Template Reference

#include <ode_funct.h>

Inheritance diagram for ode_funct:

ode_funct_fptr ode_funct_mfptr

Detailed Description

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

Ordinary differential equation function base.

Definition at line 37 of file ode_funct.h.


Public Member Functions

 ode_funct ()
virtual ~ode_funct ()
virtual int operator() (double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &pa)
 The overloaded operator().

Private Member Functions

 ode_funct (const ode_funct &)
ode_functoperator= (const ode_funct &)

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.