hmatrix-sundials: hmatrix interface to sundials

[ bsd3, library, math ] [ Propose Tags ]

An interface to the solving suite SUNDIALS. Currently, it mimics the solving interface in hmstrix-gsl but provides more diagnostic information and the Butcher Tableaux (for Runge-Kutta methods).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.19.0.0, 0.19.1.0, 0.20.1.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <4.11), containers (>=0.5 && <0.6), hmatrix (>=0.18), inline-c (>=0.6 && <0.7), template-haskell (>=2.12 && <2.13), vector (>=0.12 && <0.13) [details]
License BSD-3-Clause
Copyright Dominic Steinitz 2018, Novadiscovery 2018
Author Dominic Steinitz
Maintainer dominic@steinitz.org
Category Math
Home page https://github.com/idontgetoutmuch/hmatrix/tree/sundials
Uploaded by DominicSteinitz at 2018-04-22T11:17:00Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1499 total (10 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2018-04-22 [all 3 reports]

Readme for hmatrix-sundials-0.19.0.0

[back to package description]

Currently only an interface to the Runge-Kutta methods: ARKode

The interface is almost certainly going to change. Sundials gives a rich set of "combinators" for controlling the solution of your problem and reporting on how it performed. The idea is to initially mimic hmatrix-gsl and add extra, richer functions but ultimately upgrade the whole interface both for sundials and for gsl.