[Haskell-cafe] matrix manipulations and calculations

Ben midfield at gmail.com
Fri Sep 9 19:52:26 CEST 2011


patrick perry has a nice binding to some of BLAS and LAPACK

https://github.com/patperry/hs-linear-algebra

it's been a while but i think it uses Vector.

hope he doesn't mind me publicizing it!

b

On Sep 9, 2011, at 6:23 AM, Stefan Kersten wrote:

> On 9/9/11 1:44 PM, Aleksey Khudyakov wrote:
>> If you install hmatrix with -fVector key it will use storable vectors
>> from vector package.
> 
> that flag defaults to True, so the representations are actually the same by default:
> 
> http://hackage.haskell.org/packages/archive/hmatrix/0.12.0.0/hmatrix.cabal
> 
> <sk>
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3733 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110909/7ac4a8a1/attachment.bin>


More information about the Haskell-Cafe mailing list