Описание тега odeint
Odeint is a modern C++ library for numerically solving Ordinary Differential Equations.
Odeint is designed in a very flexible way such that the algorithms are completely independent from the underlying containers and even from the basic algebraic computations. That means odeint works not only with the standard containers like vector< double >
or array< double , N >
but also nicely coorperates with many other libraries.
Odeint can solve ODEs on GPUs by using nVidia's CUDA technology.