3d-matrices
A utility library implementing 2x2, 3x3, 4x4, and NxN matrix functionality.
$ area51 add 3d-matricesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(3d-matrices:some-function ...)