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 -~----------~----~----~----~------~----~------~--~---