[Haskell-cafe] Multidimensional Matrices in Haskell

Manuel M T Chakravarty chak at cse.unsw.edu.au
Mon Jul 12 00:54:37 EDT 2010


Hi Mihai,

> A friend of mine wanted to do some Cellular Automata experiments in
> Haskell and was asking me what packages/libraries are there for
> multidimensional matrices. I'm interested in both immutable and
> mutable ones but I don't want them to be trapped inside a monad of any
> kind.

You may like to have a look at the recently released Repa library:

 http://hackage.haskell.org/package/repa

There is a draft paper about it:

 http://www.cse.unsw.edu.au/~chak/papers/KCLPL10.html

Manuel



More information about the Haskell-Cafe mailing list