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
      • Numeric.Sundials.Arkode
      • CVode
        • Numeric.Sundials.CVode.ODE
      • Numeric.Sundials.Types

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.12 && <4.13), containers, deepseq, hmatrix, inline-c, split, template-haskell (>=2.14 && <2.15), vector [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/haskell-numerics/hmatrix-sundials
Uploaded by DominicSteinitz at 2019-08-26T16:24:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1485 total (6 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 2019-08-26 [all 2 reports]

Readme for hmatrix-sundials-0.20.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.