
3 Feb
2010
3 Feb
'10
10:56 a.m.
From: Ivan Lazar Miljenovic
man
writes: http://hackage.haskell.org/package/hmatrix-0.8.1.1
it wraps gls, blas and lapack (so you need to install the libraries).
There's also the blas package if you just want blas support.
I've been using blas recently with very good results. It's great if all you need are simple matrix operations. I just wanted to point out that it doesn't install on ghc-6.12.1 because the ieee dependency provides a type class instance for CLDouble, which was omitted from ghc-6.12.1. I got around this by commenting out the instance in CLDouble in the ieee package, then everything installed and runs properly (using OSX 10.6, compiled with -faccelerate). John
5588
Age (days ago)
5588
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Lato