matrices

native matrix based on vector

Version on this page:0.4.4
LTS Haskell 22.17:0.5.0
Stackage Nightly 2024-04-17: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

Module documentation for 0.4.4

  • Data
    • Data.Matrix
      • Data.Matrix.Dense
        • Data.Matrix.Dense.Generic
          • Data.Matrix.Dense.Generic.Mutable
      • Data.Matrix.Generic
        • Data.Matrix.Generic.Mutable
      • Data.Matrix.Mutable
      • Data.Matrix.Sparse
        • Data.Matrix.Sparse.Generic
      • Data.Matrix.Storable
        • Data.Matrix.Storable.Mutable
      • Data.Matrix.Symmetric
        • Data.Matrix.Symmetric.Mutable
      • Data.Matrix.Unboxed
        • Data.Matrix.Unboxed.Mutable
Used by 2 packages in nightly-2017-05-13(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.