ekmett / linearLinks
Low-dimensional linear algebra primitives for Haskell.
☆208Updated 3 months ago
Alternatives and similar repositories for linear
Users that are interested in linear are comparing it to the libraries listed below
Sorting:
- High performance, regular, shape polymorphic parallel arrays.☆141Updated 4 months ago
- Diagrams standard library☆140Updated last week
- Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink☆300Updated 3 months ago
- Heterogeneous automatic differentiation ("backpropagation") in Haskell☆188Updated 10 months ago
- The home of the Glamorous Glambda interpreter☆224Updated 2 months ago
- Data frames for tabular data.☆299Updated last year
- Haskell library to load & save pictures☆238Updated 11 months ago
- A lightweight (but compatible with ‘lens’) lenses library☆291Updated 2 months ago
- Linear algebra and numerical computation☆390Updated 11 months ago
- An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .☆379Updated 4 months ago
- Haskell bindings for Python's Matplotlib☆85Updated last year
- Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)☆162Updated 4 years ago
- Haskell-C++ Foreign Function Interface Generator☆143Updated last year
- Haskell binding to OpenCV-3.x☆155Updated last year
- A library for expressing "spreadsheet-like" computations with absolute and relative references, using fixed-points of n-dimensional comon…☆156Updated 4 years ago
- c2hs is a pre-processor for Haskell FFI bindings to C libraries☆205Updated last year
- A modern, extensible and well-documented prettyprinter.☆302Updated 6 months ago
- Safe, consistent, and easy exception handling☆135Updated last year
- Inspection Testing for Haskell☆176Updated 5 months ago
- A utility for displaying the module dependencies of Haskell programs.☆183Updated 11 months ago
- Auto-generate a command-line parser for your datatype☆210Updated last year
- Fake dependent types in Haskell using singletons☆290Updated last month
- Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer☆198Updated last year
- A structured logging framework for Haskell