matrix: A native implementation of matrix operations.

[ library, math, mit ] [ Propose Tags ]

Matrix library. Basic operations and some algorithms. . Usage examples are included in the API reference generated by Haddock. . If you want to use GSL, BLAS and LAPACK, hmatrix (http://hackage.haskell.org/package/hmatrix) is the way to go.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3.0, 0.2.4.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.4.2, 0.3.4.3, 0.3.4.4, 0.3.5.0, 0.3.6.0, 0.3.6.1, 0.3.6.2, 0.3.6.3
Change log changelog.md
Dependencies base (>=4.5 && <5), deepseq (>=1.3.0.0), loop (>=0.2), primitive (>=0.5), semigroups (>=0.9), vector (>=0.10) [details]
License MIT
Author Daniel Casanueva
Maintainer Daniel Casanueva (daniel.casanueva `at` proton.me)
Category Math
Bug tracker https://gitlab.com/daniel-casanueva/haskell/matrix/-/issues
Uploaded by DanielDiaz at 2023-11-18T12:33:45Z
Distributions LTSHaskell:0.3.6.3, NixOS:0.3.6.3, Stackage:0.3.6.3
Reverse Dependencies 43 direct, 55 indirect [details]
Downloads 30771 total (159 in the last 30 days)
Rating 2.25 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-11-18 [all 1 reports]

Readme for matrix-0.3.6.3

[back to package description]

matrix package

Haskell Matrix library with common operations with them.

You can find usage examples in the documentation.

Looking for new maintainer

If you are interested in maintaining and/or developing matrix, please get in touch. The library will continue to work, but no one is currently working on new features or improvements. Merge requests are also accepted. Thanks.