clatrix

Because using matrices in Clojure needs to not suck.

Leiningen/Boot

[clatrix "0.5.0"]

Clojure CLI/deps.edn

clatrix/clatrix {:mvn/version "0.5.0"}

Gradle

implementation("clatrix:clatrix:0.5.0")

Maven

<dependency>
  <groupId>clatrix</groupId>
  <artifactId>clatrix</artifactId>
  <version>0.5.0</version>
</dependency>