aivika-1.2: A multi-paradigm simulation library

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellSafe-Inferred

Simulation.Aivika.Unboxed

Description

Tested with: GHC 7.6.3

The Unboxed class allows creating unboxed arrays in monad IO.

Synopsis

Documentation

class MArray IOUArray e IO => Unboxed e whereSource

The type which values can be contained in an unboxed array.

Methods

newUnboxedArray_ :: Ix i => (i, i) -> IO (IOUArray i e)Source

Create an unboxed array with default values.