cusparse-0.1.0.0: FFI bindings to the CUDA Sparse BLAS library

Copyright[2017] Trevor L. McDonell
LicenseBSD3
MaintainerTrevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell98

Foreign.CUDA.BLAS.Sparse.Analysis

Description

 

Synopsis

Documentation

newtype Info Source #

An opaque structure holding the information collected in the analysis phase of the solution of the sparse triangular linear system.

http://docs.nvidia.com/cuda/cusparse/index.html#cusparsesolveanalysisinfot

Constructors

Info 

Fields

createInfo :: IO Info Source #

Create and initialise the solve and analysis structure to default values.

http://docs.nvidia.com/cuda/cusparse/index.html#cusparsecreatesolveanalysisinfo

destroyInfo :: Info -> IO () Source #

Release memory associated with a matrix solver structure.

http://docs.nvidia.com/cuda/cusparse/index.html#cusparsedestroysolveanalysisinfo

newtype Info_color Source #

Constructors

Info_color 

Fields

newtype Info_csru2csr Source #

Constructors

Info_csru2csr 

Fields