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: 29 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T14:03:03.000Z (about 1 month ago)
- Last Synced: 2024-10-03T14:10:31.406Z (about 1 month 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.64 MB
- Stars: 1,063
- Watchers: 41
- 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.