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.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

uncomplicate/neanderthal-atlas {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("uncomplicate:neanderthal-atlas:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>uncomplicate</groupId>
  <artifactId>neanderthal-atlas</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>