Skip to content

haskell-numerics/hmatrix

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2021
May 16, 2019
Jul 27, 2020
Feb 15, 2024
Jul 27, 2020
Sep 9, 2021
Jul 30, 2020
Apr 10, 2018
Mar 7, 2021
Apr 10, 2018
Jun 30, 2019
Jul 27, 2020

Repository files navigation

A Haskell library for numerical computation

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

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

For numerical algorithms internally implemented using SUNDIALS, see package hmatrix-sundials and its separate respository.

Contributions, suggestions, and bug reports are welcome!