arrayfire-0.4.0.0: Haskell bindings to the ArrayFire general-purpose GPU library

CopyrightDavid Johnson (c) 2019-2020
LicenseBSD 3
MaintainerDavid Johnson <djohnson.m@gmail.com>
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

ArrayFire.Index

Description

 
Synopsis

Documentation

index Source #

Arguments

:: Array a

Array argument

-> [Seq]

Seq to use for indexing

-> Array a 

Index into an Array by Seq

lookup :: Array a -> Array a -> Int -> Array a Source #

Lookup an Array by keys along a specified dimension