The latest version of PrimitiveArray is 0.10.1.1-0.

PrimitiveArray

Version 0.2.1.0 revision 0 uploaded by ChristianHoener.

Package meta

Synopsis
Efficient multidimensional arrays
Description

This library provides efficient multidimensional arrays.

In general all operations are (highly) unsafe, no bounds-checking or other sanity-checking is performed. Operations are aimed toward efficiency as much as possible. Goals of the library are to have arrays according to three ideas: immutablemutable arrays, strictlazy arrays, zero-based/lower-bound arrays. Zero-based arrays save one addition on each access if the lower bound or the array is always zero.

We have forked two repa modules: Shape and Index.

Author
Christian Hoener zu Siederdissen
Bug reports
n/a
Category
Data
Copyright
Christian Hoener zu Siederdissen, 2010-2012
Homepage
http://www.tbi.univie.ac.at/~choener/
Maintainer
choener@tbi.univie.ac.at
Package URL
n/a
Stability
Experimental

Components