matrices

native matrix based on vector

Version on this page:0.4.4
LTS Haskell 22.13:0.5.0
Stackage Nightly 2024-03-14:0.5.0
Latest on Hackage:0.5.0

See all snapshots matrices appears in

BSD-3-Clause licensed by Kai Zhang
Maintained by [email protected]
This version can be pinned in stack with:matrices-0.4.4@sha256:baa8bc98c18581237b35b9767ecbe3c3554de5edd2bff972822a02b5cd93de7d,1939
Used by 2 packages in lts-8.5(full list with versions):

This library provide the APIs for creating, indexing, modifying matrices (2d arrays), including dense and sparse representations. The underling data structure is vector.