ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
odeiv2_system.hpp File Reference
#include "exception.hpp"
#include "vector.hpp"
#include "matrix.hpp"
#include <gsl/gsl_odeiv2.h>
Include dependency graph for odeiv2_system.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gsl::odeiv2::system
 Class that extends gsl_odeiv2_system so that it can be constructed from function objects. More...
 
struct  gsl::odeiv2::system::Concept
 This is an empty base class. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::odeiv2
 Functions for numerical approximation to solutions of ordinary differential equation initial value problems.
 

Functions

template<typename T >
void gsl::odeiv2::system_constructor (system &sys, T &t)
 
template<typename T >
system gsl::odeiv2::make_system (T &t)
 Make a gsl::odeiv2::system from a function object that implements gsl::odeiv2::system::concept. More...