PrimitiveArray-0.2.1.1: Efficient multidimensional arrays

Safe HaskellSafe-Infered

Data.Array.Repa.Index

Contents

Description

Index types.

Synopsis

Index types

data Z Source

An index of dimension zero

Constructors

Z 

Instances

data tail :. head Source

Our index type, used for both shapes and indices.

Constructors

tail :. head 

Instances

(Eq tail, Eq head) => Eq (:. tail head) 
(Ord tail, Ord head) => Ord (:. tail head) 
(Show tail, Show head) => Show (:. tail head) 
Shape sh => Shape (:. sh Int) 
ExtShape sh => ExtShape (:. sh Int) 

Common dimensions.

type DIM0 = ZSource