![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Ordinary differential equation function [abstract base]. More...
#include <ode_funct.h>
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 40 of file ode_funct.h.
Public Member Functions | |
virtual int | operator() (double x, size_t nv, const vec_t &y, vec_t &dydx)=0 |
Compute the nv derivatives as a function of the nv functions specified in y at the point x . | |
Private Member Functions | |
ode_funct (const ode_funct &) | |
ode_funct & | operator= (const ode_funct &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).