On Fri, Sep 9, 2011 at 3:13 PM, Thomas Friedrich <i...@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,

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to