Fast vector and matrix library for Clojure, building on the Vectorz library and designed to work with the core.matrix array programming API. vectorz-clj is designed so that you don't have to compromise, offering both: An idiomatic high-level Clojure API using core.matrix General purpose multi-dimensional arrays High performance (about as fast as you can get on the JVM). vectorz-clj is currently th

