Hi all,

core.matrix is a new (and still experimental) library for matrix maths and 
numerical computing in Clojure.

Key features / design goals
1. A clean, pure Clojure API 
2. Works with multiple Clojure/Java/native matrix implementations (e.g. 
Colt, JBLAS, Vectorz, Apache Commons etc.)
3. High performance, protocol-based dispatch
4. Support for arbitrary N-dimensional arrays (like NumPy)
5. Optional support for mutable matrix types (in case you prefer raw speed 
to functional purity)

It is still early days, but I'd like to encourage everyone interested in 
this field to give it try and let us know if you have any feedback.

Clojars: https://clojars.org/mikera/core.matrix
Examples: 
https://github.com/mikera/matrix-api/blob/master/src/main/clojure/core/matrix/examples.clj
GitHub: https://github.com/mikera/matrix-api
Discussion: https://groups.google.com/forum/?fromgroups#!forum/numerical-clojure

   Mike. 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Reply via email to