/aljabr

A core.matrix library for Clojure and Clojurescript.

Primary LanguageClojureApache License 2.0Apache-2.0

Al-jabr

Algebra: (from Arabic "al-jabr" meaning "reunion of broken parts")

This library is a core.matrix implementation for Clojure and Clojurescript, although the focus is on Clojurescript. It provides multidimensional arrays with cheap views and transposing.

  [thinktopic/aljabr "0.1.1"]

Open Source History

This project originated as a fork of Karsten Schmidt's thi.ng/ndarray library, which is a Clojure/Clojurescript port of Mikola Lysenko's ndarray core JS library. It remains under the same Apache license that ndarray used.