Hi Patrick,
Unfortunately, Incanter doesn't have any convolution functions, and
I'm not sure Parallel Colt does either. So I think you'll need to roll
your own.
You can find the Incanter API docs here: http://incanter.org/docs/api/
and the Parallel Colt API docs here: http://incanter.org/docs/pa
Thanks for all the suggestions!
I'm currently interested most in Parallel Colt as interfaced with
Incanter, as it provides me a minimal barrier to entry to get some
initial hacking done first. After that I might switch to Clojuratica
when I need the additional functionality.
Just a quick question
On Oct 5, 11:22 pm, CuppoJava wrote:
> Hi,
> I need to do some high performance numerical data crunching and was
> wondering what libraries are popular. I have looked into Colt and
> JAMA, but neither have had much development recently (Colt hasn't had
> a release since 2004, and JAMA since 2005)
I develop Clojuratica.
Kyle---I had no idea it works with Player. That's cool and interesting.
Patrick---If you're doing straight-up numerical matrix algebra and require
the greatest possible performance you'll probably do best with Parallel
Colt. There's no time spent on data-type conversion and
Thanks for the replies. Those are exactly what I need!
-Patrick
--~--~-~--~~~---~--~~
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
Hi,
I think http://sites.google.com/site/piotrwendykier/software/
parallelcolt">Parallel Colt has picked up where Colt left off.
It's a very full featured library and forms the basis of the Clojure
stats package http://incanter.org/>Incanter.
Personally, I've used the sparse vector classes in Pa
clojuratica works with the free mathematica player. I don't think
there are any licensing issues, but I could be wrong. I need to do
more benchmarking, but the performance is pretty good so far.
--~--~-~--~~~---~--~~
You received this message because you are subsc
Hi,
I need to do some high performance numerical data crunching and was
wondering what libraries are popular. I have looked into Colt and
JAMA, but neither have had much development recently (Colt hasn't had
a release since 2004, and JAMA since 2005), and I'm not sure if
they're still alive. Cloju