[Haskell-cafe] State Variables

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon May 29 06:33:52 EDT 2006


Hello minh,

Monday, May 29, 2006, 2:01:29 PM, you wrote:

> hi,

> Bulat, i quote the doc for Data.Array.Storable :
> "It is similar to IOUArray but slower. Its advantage is that it's
> compatible with C."
> So you speak about Storable because Matthew wants to use BLAS and LAPACK ?

of course. IOUArray can't be used together with external libs. and if
someone need this fast speed together with FFI, he can switch to ghc
6.5 or use module i attached here


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ForeignArray.hs
Type: application/octet-stream
Size: 3016 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20060529/ac313fbb/ForeignArray.obj


More information about the Haskell-Cafe mailing list