It's compatible with other libraries to varying degrees.  The internal
data stored in a linear array.

As with most things, we could probably coerce the datatype into
compatibility with any java library, but how efficient things will be
would vary.

It would definitely be great to see integration with an existing
library like [Parallel] Colt, MTJ, JMatrices, SST, or UJMP.

-Adler

On May 5, 9:23 am, Konrad Hinsen <konrad.hin...@laposte.net> wrote:
> On May 3, 2009, at 0:19, aperotte wrote:
>
> > I just uploaded some of my work on a new datatype for clojure to a git
> > repository.
>
> >http://github.com/aperotte/persistentmatrix
>
> > A bit of the rationale and motivation for the datatype is described on
> > the github page.  I basically wanted to create a datastructure for
> > manipulating large amounts of data efficiently and in a human friendly
> > way in clojure.
>
> This looks very interesting!
>
> Is the internal Java representation of your matrices compatible with  
> any numeric libraries for Java? It would be nice to be able to do  
> linear algebra or FFTs on data stored in matrices.
>
> Konrad.
--~--~---------~--~----~------------~-------~--~----~
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
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