matlib

A Clojure library of optimisation and control theory tools and convenience functions based on Neanderthal.

Leiningen/Boot

[matlib "0.1.8"]

Clojure CLI/deps.edn

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

Gradle

implementation("matlib:matlib:0.1.8")

Maven

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