feldspar-compiler-0.7: Compiler for the Feldspar language

Safe HaskellNone
LanguageHaskell2010

Feldspar.Compiler.Marshal

Description

Marshaling between Feldspar and C99 types

Synopsis

Documentation

data SA a Source

Buffer descriptor for Feldspar arrays

Constructors

SA 

Fields

buf :: Ptr a
 
elems :: Int32
 
esize :: Int32
 
bytes :: Word32
 

Instances

Eq (SA a) 
Show (SA a) 
Storable a => Storable (SA a) 
Default (SA a) 
Storable a => Reference (SA a) 
type Ref (SA a) = Ptr (SA a)