A Haskell native implementation of matrices and their operations.
☆35Nov 18, 2023Updated 2 years ago
Alternatives and similar repositories for matrix
Users that are interested in matrix are comparing it to the libraries listed below
Sorting:
- UCI Datasets for Haskell☆11Mar 17, 2017Updated 8 years ago
- Expands type synonyms in Template Haskell ASTs☆11Jan 10, 2026Updated last month
- Get the Haskell documentation of a name from a module☆31May 15, 2019Updated 6 years ago
- Processing HTTP Content-Type and Accept headers☆14May 17, 2024Updated last year
- ☆35Sep 23, 2024Updated last year
- The Elements of Statistical Learning in Haskell☆13Nov 29, 2017Updated 8 years ago
- Simplify managing Haskell projects by generating files like README.md, .travis.yml, etc.☆12Aug 23, 2015Updated 10 years ago
- Haskell library for efficiently building up buffers☆27Jan 6, 2025Updated last year
- Provides a conduit based interface to uploading data to S3 using the Multipart API☆20Jun 10, 2024Updated last year
- Asymptotically optimal Brodal/Okasaki heaps☆34Dec 4, 2024Updated last year
- ☆25Aug 10, 2016Updated 9 years ago
- simple interface to ghc's simd vector support☆23Jun 25, 2015Updated 10 years ago
- An unofficial issue tracker for all things Haskell-related☆18Mar 31, 2016Updated 9 years ago
- Google Summer of Code 2012 project, GHCi for the web☆52Aug 20, 2012Updated 13 years ago
- Tagged Haskell learning resources index☆21Aug 11, 2016Updated 9 years ago
- Dependently-typed finite maps (partial dependent products)☆65Oct 19, 2025Updated 4 months ago
- Various XML utility packages for Haskell☆74Nov 26, 2025Updated 3 months ago
- Various type-aligned sequence data structures.☆21Aug 15, 2021Updated 4 years ago
- Hom - React.JS for Haskell!☆38Oct 2, 2014Updated 11 years ago
- Haskell library for glob matching☆25Jan 15, 2022Updated 4 years ago
- Flexible, fast and constant-space CSV library for Haskell using conduits☆52May 8, 2025Updated 9 months ago
- Some useful control operators for looping☆47Mar 16, 2020Updated 5 years ago
- Maps using values' monoidal structure during merging☆42Jan 28, 2026Updated last month
- Issue tracker for Hackage maintainance and trustee operations☆42Updated this week
- Lists, Texts, ByteStrings and Vectors with type-encoded length☆10Jul 11, 2021Updated 4 years ago
- Sparse matrix linear equation solver, using the Conjugate Gradient algorithm☆16Sep 5, 2020Updated 5 years ago
- Robust persistence for typed immutable data☆16Nov 5, 2016Updated 9 years ago
- Connecting vinyl records to the wider ecosystem through Generics☆12Feb 19, 2019Updated 7 years ago
- Comparing Different Stochastic Gradien Descent implementations in Haskell against Python☆10Jul 25, 2016Updated 9 years ago
- Automated Testing and Package Uploading☆12Oct 3, 2018Updated 7 years ago
- Foreign variables, deprecated in favor of `StateVar`☆11May 1, 2019Updated 6 years ago
- Hybrid vectors e.g. mixed boxed/unboxed vectors that are suitable for use with vector-algorithms☆14Aug 29, 2025Updated 6 months ago
- Concurrent and efficient implementation of statsd in Haskell☆19Feb 12, 2014Updated 12 years ago
- Data encoding library for Haskell.☆12Aug 4, 2023Updated 2 years ago
- Haskell to D3.js binding by deep EDSL approach.☆23Sep 20, 2014Updated 11 years ago
- Haskell JSON library☆27Nov 4, 2024Updated last year
- Type level lists, pairs, sums, their operations, and their properties.☆24Oct 16, 2018Updated 7 years ago
- DSL for forward and reverse mode automatic differentiation in Haskell. Port of DiffSharp.