cublas-0.2.0.2: FFI bindings to the CUDA CUBLAS and CUSPARSE libraries

Safe HaskellNone

Foreign.CUDA.Cublas.Types

Contents

Synopsis

Types

newtype Handle Source

Types

Constructors

Handle 

Fields

useHandle :: Ptr ()
 

data Operation Source

Constructors

N 
T 
C 

data FillMode Source

Constructors

Lower 
Upper 

data DiagType Source

Constructors

NonUnit 
Unit