dde: Delay differential equations

[ bsd3, library, math, program ] [ Propose Tags ]

Please see the README on Github at https://github.com/masterdezign/dde#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0, 0.0.1, 0.1.0, 0.2.0, 0.3.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), dde, vector [details]
License BSD-3-Clause
Copyright Bogdan Penkovsky
Author Bogdan Penkovsky
Maintainer dev () penkovsky dot com
Category Math
Home page https://github.com/masterdezign/dde#readme
Bug tracker https://github.com/masterdezign/dde/issues
Source repo head: git clone https://github.com/masterdezign/dde
Uploaded by penkovsky at 2018-02-23T17:23:17Z
Distributions NixOS:0.3.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mackey-glass
Downloads 2456 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-23 [all 1 reports]

Readme for dde-0.0.0

[back to package description]

Delay Differential Equations (DDE)

Features

  • DDEs with multiple dynamical variables and a single delay (pull requests are welcome)
  • Driven systems (with external input)
  • Second and fourth order integration methods
  • Example models:
    • Mackey-Glass with no external input
    • Driven system
  • Pure Haskell