matlib

A collection of higher-level matrix functions built on Neanderthal.

Leiningen/Boot

[matlib "0.1.0"]

Clojure CLI/deps.edn

matlib/matlib {:mvn/version "0.1.0"}

Gradle

implementation("matlib:matlib:0.1.0")

Maven

<dependency>
  <groupId>matlib</groupId>
  <artifactId>matlib</artifactId>
  <version>0.1.0</version>
</dependency>