Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 643 Bytes

apache-commons-matrix

Implementation of core.matrix backed by Apache Commons Math matrices. This was motivated by my need for some of the fancy decompositions that aren't yet provided by the other core.matrix implementations.

Usage

Add the following to your project.clj:

[apache-commons-matrix "0.3.0"]

License

Copyright © 2013 Matthew Adereth

Distributed under the Eclipse Public License, the same as Clojure.