numeric-ode: Ode solvers

[ bsd3, library, math, program ] [ Propose Tags ]
Versions [RSS] 0.0.0.0
Change log CHANGES.md
Dependencies ad, base (>=4 && <5), Chart, Chart-cairo, colour, data-accessor, data-default-class, diagrams-cairo, diagrams-lib, diagrams-rasterific, foldl, JuicyPixels, lens, linear, mtl, mwc-probability, mwc-random, numeric-ode, numhask, parallel (>=3.2 && <3.3), parsec (>=3.1 && <3.2), plots, primitive (>=0.4 && <0.7), protolude, reflection, tdigest, template-haskell, text, vector (>=0.9 && <1.0), vector-space (>=0.8 && <0.11) [details]
License BSD-3-Clause
Copyright Alexander V Vershilov, Dominic Steinitz
Author Alexander V Vershilov, Dominic Steinitz
Maintainer dominic@steinitz.org
Category Math
Home page https://github.com/qnikst/numeric-ode
Source repo head: git clone https://github.com/qnikst/numeric-ode
Uploaded by DominicSteinitz at 2017-07-22T11:03:10Z
Distributions
Executables Kepler
Downloads 837 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-22 [all 1 reports]

Readme for numeric-ode-0.0.0.0

[back to package description]

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.