uncomplicate/neanderthal-atlas

JNI Bindings for ATLAS BLAS and LAPACK library. Neanderthal needs to find both JNI and the native jar (or nar) for the specific operating system you use.

Leiningen/Boot

[uncomplicate/neanderthal-atlas "0.2.0"]

Clojure CLI/deps.edn

uncomplicate/neanderthal-atlas {:mvn/version "0.2.0"}

Gradle

implementation("uncomplicate:neanderthal-atlas:0.2.0")

Maven

<dependency>
  <groupId>uncomplicate</groupId>
  <artifactId>neanderthal-atlas</artifactId>
  <version>0.2.0</version>
</dependency>