Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncomplicate/neanderthal
Fast Clojure Matrix Library
https://github.com/uncomplicate/neanderthal
api clojure clojure-library cuda gpgpu gpu gpu-computing high-performance-computing java matrix matrix-calculations matrix-factorization matrix-functions matrix-multiplication opencl vectorization
Last synced: 6 days ago
JSON representation
Fast Clojure Matrix Library
- Host: GitHub
- URL: https://github.com/uncomplicate/neanderthal
- Owner: uncomplicate
- License: epl-1.0
- Created: 2014-08-14T22:33:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T12:57:10.000Z (about 2 months ago)
- Last Synced: 2025-01-08T21:03:29.267Z (13 days ago)
- Topics: api, clojure, clojure-library, cuda, gpgpu, gpu, gpu-computing, high-performance-computing, java, matrix, matrix-calculations, matrix-factorization, matrix-functions, matrix-multiplication, opencl, vectorization
- Language: Clojure
- Homepage: http://neanderthal.uncomplicate.org
- Size: 3.71 MB
- Stars: 1,080
- Watchers: 40
- Forks: 55
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[New books available for subscription](https://aiprobook.com)
# Neanderthal
[Adopt your pet function](https://dragan.rocks/articles/18/Patreon-Announcement-Adopt-a-Function) and [become a patron](https://patreon.com/draganrocks).
Neanderthal is a Clojure library for fast matrix and linear algebra computations based on the highly optimized native libraries of [BLAS](http://netlib.org/blas/) and [LAPACK](http://www.netlib.org/lapack/) computation routines for both CPU and GPU..
## How to use it
Read the documentation at [Neanderthal Web Site](https://neanderthal.uncomplicate.org).
## License
Copyright © 2014-2019 Dragan Djuric
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.