repa-array-4.2.3.1: Bulk array representations and operators.

Safe HaskellSafe
LanguageHaskell98

Data.Repa.Array.Generic.Convert

Synopsis

Documentation

class Convert r1 a1 r2 a2 where Source #

Constant time conversion of one array representation to another.

Minimal complete definition

convert

Methods

convert :: Array r1 a1 -> Array r2 a2 Source #

Instances

Convert r a r a Source # 

Methods

convert :: Array r a -> Array r a Source #