linear
Linear algebra library
A set of low-dimensional linear algebra primitives for use in Haskell programs
Low-dimensional linear algebra primitives for Haskell.
203 stars
29 watching
50 forks
Language: Haskell
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
ekmett/linear-logic | An implementation of intuitionistic linear logic using Haskell. | 83 |
ekmett/hask | Category theory for Haskell with a strong lens-like flavor. | 163 |
ekmett/contravariant | Provides a Haskell implementation of functors with contravariant behavior | 73 |
ekmett/semigroups | A Haskell package providing a set of semigroups and tools for deriving them with generics. | 62 |
ekrich/sblas | A library that provides an interface to high-performance linear algebra operations | 34 |
ekmett/structures | A playground for advanced data structures in Haskell | 63 |
ekmett/bound | Combinators for manipulating locally-nameless generalized de Bruijn terms | 121 |
ekmett/reflection | Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism | 104 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
ekmett/gl | Provides Haskell bindings to the OpenGL specification | 93 |
sarah-quinones/faer-rs | A linear algebra library for the Rust programming language, providing low-level and high-level routines for efficient matrix operations. | 1,891 |
andreaferretti/neo | A linear algebra library for Nim programming language | 245 |
mmottl/lacaml | An OCaml interface to high-performance linear algebra libraries (BLAS/LAPACK) for numerical computations. | 128 |
sebbekarlsson/glms | A language and framework for linear algebra and image manipulation with a focus on simplicity and extensibility. | 40 |
ekmett/profunctors | A Haskell implementation of profunctors, which are higher-kinded concepts for transforming and manipulating functions between types | 70 |