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

[Last Documentation]

  • Numeric
    • Sundials
      • ARKode
        • Numeric.Sundials.ARKode.ODE
      • CVode
        • Numeric.Sundials.CVode.ODE
      • Numeric.Sundials.ODEOpts

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 1 made by DominicSteinitz at 2018-08-14T13:12:46Z
Category Math
Home page https://github.com/haskell-numerics/hmatrix-sundials
Uploaded by DominicSteinitz at 2018-08-14T13:08:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1497 total (9 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-08-14 [all 3 reports]

Readme for hmatrix-sundials-0.19.1.0

[back to package description]

An interface to the Runge-Kutta methods: ARKode and the methods in CVode

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.