|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Functions for numerical approximation to solutions of ordinary differential equation initial value problems. More...
Classes | |
| class | control |
| Adaptive step size control. More... | |
| class | driver |
| ODE driver. More... | |
| class | evolve |
| ODE inintial value evolve. More... | |
| class | step |
| Stepping functions. More... | |
| class | system |
| Class that extends gsl_odeiv2_system so that it can be constructed from function objects. More... | |
Functions | |
| template<typename T > | |
| void | system_constructor (system &sys, T &t) |
| template<typename T > | |
| system | make_system (T &t) |
| Make a gsl::odeiv2::system from a function object that implements gsl::odeiv2::system::concept. More... | |
Functions for numerical approximation to solutions of ordinary differential equation initial value problems.
|
inline |
Make a gsl::odeiv2::system from a function object that implements gsl::odeiv2::system::concept.
| t | The function object. |
Definition at line 592 of file odeiv2_system.hpp.
| void gsl::odeiv2::system_constructor | ( | system & | sys, |
| T & | t | ||
| ) |