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.

This base class provides the basic format for specifying ordinary differential equations to integrate with the O2scl ODE solvers. Select the appropriate child of this class according to the kind of functions which are to be given to the solver.

Definition at line 41 of file ode_funct.h.


Public Member Functions

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.

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