MDeltaX / hmatrix

Linear algebra and numerical computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Haskell library for numerical computation

A purely functional interface to linear algebra and other numerical algorithms, internally implemented using LAPACK, BLAS, GSL and SUNDIALS.

This package includes matrix decompositions (eigensystems, singular values, Cholesky, QR, etc.), linear solvers, numeric integration, root finding, etc.

  • What's new in version 0.19 (April 2018). This is not intended to be a breaking change but a lot of modules have been modified to ensure that continuous integration is green.

  • Support for SUNDIALS has been added. It should be possible to replace Numeric.GSL.ODE with Numeric.Sundials.ARKode.ODE and have your program work as before bearing in mind that the methods and error control might differ (even for those with the same names!).

  • Code examples

  • Source code and documentation (Hackage)

  • Tutorial (old version)

  • Installation help

Contributions, suggestions, and bug reports are welcome!

About

Linear algebra and numerical computation


Languages

Language:Haskell 84.2%Language:C 15.5%Language:Shell 0.1%Language:Makefile 0.1%Language:Nix 0.1%