hmatrix-sundials: hmatrix interface to sundials

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.19.0.0, 0.19.1.0, 0.20.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:23:15Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.