Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.