Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 629 Bytes

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.