Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnikst/numeric-ode
Haskell numerical ODE solvers
https://github.com/qnikst/numeric-ode
Last synced: 17 days ago
JSON representation
Haskell numerical ODE solvers
- Host: GitHub
- URL: https://github.com/qnikst/numeric-ode
- Owner: qnikst
- License: bsd-3-clause
- Created: 2012-04-05T21:41:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T19:37:53.000Z (about 7 years ago)
- Last Synced: 2024-10-09T15:54:36.518Z (28 days ago)
- Language: Haskell
- Homepage:
- Size: 59.6 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
[![Linux Build Status](https://travis-ci.org/qnikst/numeric-ode.svg?branch=master)](https://travis-ci.org/qnikst/numeric-ode)
[![BSD3](https://img.shields.io/badge/License-BSD-blue.svg)](https://en.wikipedia.org/wiki/BSD_License)
[![Haskell](https://img.shields.io/badge/Language-Haskell-yellowgreen.svg)](https://www.haskell.org)Small project for different ODE solvers for haskell, in particular
symplectic solvers.This is very experimental and will change. The Störmer-Verlet
generates a correct orbit for Jupiter but no guarantees are given for
any of the other methods.