lisp-matrix
Numerical algebra library
A numerical algebra package for Common Lisp
A matrix package for common lisp building on work by Mark Hoemmen, Evan Monroig, Tamas Papp and Rif.
71 stars
8 watching
15 forks
Language: Common Lisp
last commit: about 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
blindglobe/common-lisp-stat | A Common Lisp implementation of statistical analysis and data manipulation tools | 170 |
slyrus/clem | A Common Lisp package implementing efficient matrix operations | 37 |
quil-lang/magicl | A matrix algebra library in Common Lisp with both pure Lisp and extended C/Fortran functionality | 238 |
k1d77a/lunamech-matrix-api | A Common Lisp implementation of the Matrix API. | 7 |
andreaferretti/neo | A linear algebra library for Nim programming language | 245 |
akabe/slap | A linear algebra library with type-based static size checking for matrix operations. | 88 |
denosaurs/neo | A matrix and linear algebra library accelerated by WebGPU and WASM for JavaScript development. | 67 |
ocramz/sparse-linear-algebra | Provides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis | 88 |
uncomplicate/neanderthal | A Clojure library providing optimized native libraries for fast matrix and linear algebra computations on CPU and GPU. | 1,076 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 197 |
libmir/mir | A numerical library for scientific and machine learning applications. | 210 |
bolt12/laop | A Haskell-based library for algebraic construction and manipulation of matrices | 83 |
google/gemmlowp | A small C++ library for low-precision matrix multiplication | 1,779 |
ramarren/cl-geometry | A two-dimensional computational geometry system for Common Lisp. | 48 |