Skip to content

Linear algebra and numerical computation

Notifications You must be signed in to change notification settings

alex404/hmatrix

This branch is 10 commits behind haskell-numerics/hmatrix:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2021
May 16, 2019
Jul 27, 2020
Apr 1, 2021
Jul 27, 2020
Jul 28, 2020
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!

About

Linear algebra and numerical computation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 82.1%
  • C 17.5%
  • Other 0.4%