clatrix

Because using matrices in Clojure needs to not suck.

Leiningen/Boot

[clatrix "0.3.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("clatrix:clatrix:0.3.0")

Maven

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