📚 ode - Awesome Go Library for Science and Data Analysis
Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions.
🏷️ Science and Data Analysis
📂 Libraries for scientific computing and data analyzing.
⭐ 22 stars
Detailed Description of ode
ode
An ordinary differential equation solving library in golang.
Features
- Multi-dimensional state vector (i.e. extended states)
- Channel based stopping condition, which takes full advantage of [goroutines](https://en.wikipedia.org/wiki/Go_(programming_language#Concurrency)
- Trivial usage (cf. the examples directory)
- Easily expendable to other ODE solving methods