Popularity
9.8
Stable
Activity
3.4
-
377
22
104

Monthly Downloads: 98
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math     Hmatrix    
Latest version: v0.18.1.0

hmatrix alternatives and similar packages

Based on the "hmatrix" category.
Alternatively, view hmatrix alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hmatrix or a related project?

Add another 'hmatrix' Package

README

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!