[Haskell-cafe] Numerical Analysis

Don Stewart dons at galois.com
Sat May 15 20:02:27 EDT 2010


pierreetienne.meunier:
> > Perhaps you can look at the new array packages of the last few years:
> > 
> >    * vector
> > 
> >        An efficient implementation of Int-indexed arrays (both mutable and
> >        immutable), with a powerful loop fusion optimization framework .
> > 
> >        http://hackage.haskell.org/package/vector
> > 
> >    * Repa
> > 
> >        High performance, regular, shape polymorphic parallel arrays.
> > 
> >        http://hackage.haskell.org/package/repa
> 
> 
> Indeed... Looks cool ! I suppose I'll have to rewrite a few things.
> Do you know why they aren't (yet ?) integrated into the hierarchicals ?
> 

Into the libraries distributed with the Haskell Platform, you mean? 
Because no one has proposed this!

    http://trac.haskell.org/haskell-platform/wiki/AddingPackages
    


More information about the Haskell-Cafe mailing list