[Haskell-cafe] Data.Vector.Unboxed

Bas van Dijk v.dijk.bas at gmail.com
Wed Nov 9 13:41:18 CET 2011


On 9 November 2011 10:56, kaffeepause73 <kaffeepause73 at yahoo.de> wrote:
> Is it possible to create an unboxed vector of unboxed vector ? :

Why do you want to do this?

If you want multi-dimensional unboxed arrays you could try out repa:

http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial

(I believe it uses unboxed Vectors internally).

Bas



More information about the Haskell-Cafe mailing list