knead-1.0.1.1: Repa-like array processing using LLVM JIT
Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Array.Knead.Symbolic.Render

Description

Apply operations on symbolic arrays to physical ones.

Documentation

run :: C f => f -> IO (Plain f) Source #

newtype MarshalExp a Source #

Constructors

MarshalExp 

Fields

data MapFilter n a b Source #

Constructors

MapFilter 

data FilterOuter n sh a Source #

Constructors

FilterOuter 

data Scatter sh0 sh1 a Source #

Constructors

Scatter 

Fields

data ScatterMaybe sh0 sh1 a Source #

Constructors

ScatterMaybe 

Fields

data MapAccumLSimple sh n acc a b Source #

Constructors

MapAccumLSimple 

Fields

data MapAccumLSequence n acc final a b Source #

Constructors

MapAccumLSequence 

Fields

data MapAccumL sh n acc final a b Source #

Constructors

MapAccumL 

Fields

data FoldOuterL n sh a b Source #

Constructors

FoldOuterL 

Fields

data AddDimension sh n a b Source #

Constructors

AddDimension