Re: [Haskell-cafe] A numpy equivalent for Haskell

2010-01-18 Thread Yair Chuchem
On Mon, Jan 18, 2010 at 4:56 PM, Ivan Lazar Miljenovic wrote: > Did you know about hmatrix (available on Hackage) before you wrote this? yes. hmatrix is equivalent to other parts of numpy. iirc hmatrix is a wrapper for algorithms from GSL+BLAS+LAPACK. numkell is only equivalent to numpy's core ar

Re: [Haskell-cafe] A numpy equivalent for Haskell

2010-01-18 Thread Ivan Lazar Miljenovic
Did you know about hmatrix (available on Hackage) before you wrote this? "yair...@gmail.com" writes: > Hi Cafe, > > I've created a numpy equivalent for Haskell. (Numpy is a python > library for multi-dimensional arrays and operations on them) > > Code at http://github.com/yairchu/numkell > (not

[Haskell-cafe] A numpy equivalent for Haskell

2010-01-18 Thread yair...@gmail.com
Hi Cafe, I've created a numpy equivalent for Haskell. (Numpy is a python library for multi-dimensional arrays and operations on them) Code at http://github.com/yairchu/numkell (not yet on hackage because it needs better names) A numkell array is a pair of a function from integer inputs and a ran