[Haskell-cafe] matrix manipulations and calculations

Aleksey Khudyakov alexey.skladnoy at gmail.com
Fri Sep 9 13:44:14 CEST 2011


On Fri, Sep 9, 2011 at 3:13 PM, Thomas Friedrich <info at suud.de> wrote:
> I started of using hmatrix [1] now.  However, I eventually would like to
> use some functions from the statisics-package [2].  They both use
> different types for their vector representations.  In hmatrix a vector
> is of type Data.Packed.Vector.  In the statistics package, vectors are
> based on [3].
>
If you install hmatrix with -fVector key it will use storable vectors
from vector
package. It interacts poorly with cabal install but still workable solution.

P.S. I'd like to hear is there any packages linear algebra besides hmatrix,



More information about the Haskell-Cafe mailing list