ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
gsl::odeiv2 Namespace Reference

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...
 

Detailed Description

Functions for numerical approximation to solutions of ordinary differential equation initial value problems.

Function Documentation

◆ make_system()

template<typename T >
system gsl::odeiv2::make_system ( T &  t)
inline

Make a gsl::odeiv2::system from a function object that implements gsl::odeiv2::system::concept.

Parameters
tThe function object.

Definition at line 592 of file odeiv2_system.hpp.

◆ system_constructor()

template<typename T >
void gsl::odeiv2::system_constructor ( system sys,
T &  t 
)