Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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