matrices

native matrix based on vector

Version on this page:0.4.3
LTS Haskell 22.14:0.5.0
Stackage Nightly 2024-03-28: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.3@sha256:79acd4e92d3690bea804141c075071cba97c0fea905c6ccbe284c8b3dc2843fe,1933
Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2016-02-03(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.