/apache-commons-matrix

Implementation of core.matrix backed by Apache Commons Math matrices

Primary LanguageClojure

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.2.0"]

License

Copyright © 2013 Matthew Adereth

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