An ordinary differential equation solving library in golang.
- 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