cusparse-0.1.0.1: README.md
Haskell FFI Bindings to cuSPARSE
================================
[](https://travis-ci.org/tmcdonell/cusparse)
[](https://ci.appveyor.com/project/tmcdonell/cusparse)
[](https://stackage.org/lts/package/cusparse)
[](https://stackage.org/nightly/package/cusparse)
[](https://hackage.haskell.org/package/cusparse)
The cuSPARSE library contains a set of basic linear algebra subroutines for
handling sparse matrices. Sparse vectors and matrices are those where the
majority of elements are zero. Sparse BLAS routines are specifically implemented
to take advantage of this sparsity. This package provides FFI bindings to the
functions of the cuSPARSE library. You will need to install the CUDA driver and
developer toolkit:
<http://developer.nvidia.com/cuda-downloads>
<http://docs.nvidia.com/cuda/cusparse/index.html>