Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

[New books available for subscription](https://aiprobook.com)

Deep Learning for Programmers

Numerical Linear Algebra for Programmers

# 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.