ode
CategoryScience and Data Analysis
SubcategoryScience and Data Analysis
Stars0
Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions
About 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
Numerical methods
Frequently Asked Questions
What is ode?
ode is a Science and Data Analysis library for the Go programming language. Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions
How do I install ode?
Install ode with the Go module system using `go get ChristopherRabotin/ode`. Check the repository for the current installation instructions.
What category does ode belong to?
ode is listed under Science and Data Analysis, specifically Science and Data Analysis.