clatrix

Because using matrices in Clojure needs to not suck.

Leiningen/Boot

[clatrix "0.4.0-SNAPSHOT"]

Clojure CLI/deps.edn

clatrix/clatrix {:mvn/version "0.4.0-SNAPSHOT"}

Gradle

implementation("clatrix:clatrix:0.4.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clatrix</groupId>
  <artifactId>clatrix</artifactId>
  <version>0.4.0-SNAPSHOT</version>
</dependency>