hmatrix alternatives and similar packages
Based on the "hmatrix" category.
Alternatively, view hmatrix alternatives based on common mentions on social networks and blogs.
-
hmatrix-sundials
Haskell interface to the sundials suite of nonlinear and differential/algebraic equation solvers -
hmatrix-syntax
MATLAB-like syntax for hmatrix vectors and matrices -
hmatrix-mmap
Extend the Haskell hmatrix package with the ability to mmap vectors -
hmatrix-repa
Compatability between hmatrix and repa matrices and vectors -
hmatrix-nipals
Haskell library for Nonlinear Iterative Partial Least Squares method for Principal Components Analysis on large datasets -
hmatrix-vector-sized
Conversion between hmatrix and vector-sized types
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of hmatrix or a related project?
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.
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.
Source code and documentation (Hackage)
- linear algebra: hmatrix
- numeric algorithms: hmatrix-gsl
- special functions: hmatrix-special
- linear programming: hmatrix-glpk
For numerical algorithms internally implemented using SUNDIALS, see package hmatrix-sundials and its separate respository.
Contributions, suggestions, and bug reports are welcome!