
9 Sep
2011
9 Sep
'11
7:44 a.m.
On Fri, Sep 9, 2011 at 3:13 PM, Thomas Friedrich
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,