uncomplicate/neanderthal
Fast Clojure Matrix Library
What it solves
Neanderthal provides a way to perform fast matrix and linear algebra computations within the Clojure programming language, overcoming the performance bottlenecks typically associated with high-level languages.
How it works
It acts as a wrapper around highly optimized native libraries, specifically BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra Package), allowing these routines to be executed on both CPUs and GPUs.
Who it’s for
Developers using Clojure who need high-performance numerical computing and linear algebra capabilities for their applications.
Highlights
- Fast matrix and linear algebra computations.
- Support for both CPU and GPU execution.
- Based on industry-standard BLAS and LAPACK native libraries.
Related
- Project
- Project
- Project
- Project
- Project