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

Safe HaskellNone

Foreign.CUDA.Cusparse.Types

Contents

Synopsis

Types

newtype Handle

Types

Constructors

Handle 

Fields

useHandle :: Ptr ()
 

newtype HybMat

Constructors

HybMat 

Fields

useHybMat :: Ptr ()
 

newtype MatDescr

Constructors

MatDescr 

Fields

useMatDescr :: Ptr ()
 

newtype Csrsv2Info

Constructors

Csrsv2Info 

Fields

useCsrsv2Info :: Ptr ()
 

newtype Csric02Info

Constructors

Csric02Info 

Fields

useCsric02Info :: Ptr ()
 

newtype Csrilu02Info

Constructors

Csrilu02Info 

Fields

useCsrilu02Info :: Ptr ()
 

newtype Bsrsv2Info

Constructors

Bsrsv2Info 

Fields

useBsrsv2Info :: Ptr ()
 

newtype Bsric02Info

Constructors

Bsric02Info 

Fields

useBsric02Info :: Ptr ()
 

newtype Bsrilu02Info

Constructors

Bsrilu02Info 

Fields

useBsrilu02Info :: Ptr ()
 

newtype SolveAnalysisInfo

Constructors

SolveAnalysisInfo 

data Action

Constructors

Symbolic 
Numeric 

data Direction

Constructors

Row 
Column 

data FillMode

Constructors

Lower 
Upper 

data DiagType

Constructors

NonUnit 
Unit 

data IndexBase

Constructors

Zero 
One