Popularity
3.7
Declining
Activity
0.0
Stable
1
5
0

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Foreign    
Latest version: v0.3.0.0

cusparse alternatives and similar packages

Based on the "Foreign" category.
Alternatively, view cusparse alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cusparse or a related project?

Add another 'Foreign' Package

README

Haskell FFI Bindings to cuSPARSE

Travis build status AppVeyor build status Stackage LTS Stackage Nightly Hackage

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