Numeric Haskell: A Repa Tutorial

From HaskellWiki
Revision as of 00:45, 24 April 2011 by DonStewart (talk | contribs) (New page: = Numeric Haskell: A Repa Tutorial = [http://hackage.haskell.org/package/repa Repa] is a Haskell library for high performance, regular, multi-dimensional parallel arrays. All numeric dat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Numeric Haskell: A Repa Tutorial

Repa is a Haskell library for high performance, regular, multi-dimensional parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.

See also the vector tutorial.

Quick Tour

Importing the library

Generating arrays

Modifying arrays

Indexing arrays