matrices

native matrix based on vector

Version on this page:0.4.5
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.5@sha256:043a75dd5a17a1d67e0f916dbb771f9622bd32af9a4a1e91b8b7fe34ef94b054,1781

Module documentation for 0.4.5

  • 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

Pure Haskell matrix library, supporting creating, indexing, and modifying dense/sparse matrices.