Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ready-steady/ode
Ordinary differential equations
https://github.com/ready-steady/ode
numerical-analysis ode
Last synced: about 2 months ago
JSON representation
Ordinary differential equations
- Host: GitHub
- URL: https://github.com/ready-steady/ode
- Owner: ready-steady
- License: mit
- Created: 2015-03-24T13:12:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:23:07.000Z (about 7 years ago)
- Last Synced: 2024-06-20T15:01:51.116Z (6 months ago)
- Topics: numerical-analysis, ode
- Language: Go
- Size: 134 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ordinary Differential Equations [![Build Status][travis-img]][travis-url]
The package provides algorithms for integrating systems of [ordinary
differential equations][1].## [Documentation][doc]
## Subpackages
The package contains two subpackages:
* [dopri](dopri) and
* [rk4](rk4).## Contributing
1. Fork the project.
2. Implement your idea.
3. Create a pull request.[1]: https://en.wikipedia.org/wiki/Ordinary_differential_equation
[doc]: http://godoc.org/github.com/ready-steady/ode
[travis-img]: https://travis-ci.org/ready-steady/ode.svg?branch=master
[travis-url]: https://travis-ci.org/ready-steady/ode