matrices

native matrix based on vector

Version on this page:0.4.2@rev:1
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.2@sha256:6aabde42e016b428562ed0e983444308c23d79837f04453fe57f60a6cbc02fe4,2025
Depends on 3 packages(full list with versions):
Used by 1 package in lts-3.9(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.