JCusparse
Java bindings for CUSPARSE
JCusparse is a library that makes it it possible to use CUSPARSE, the
NVIDIA CUDA sparse matrix library, in Java applications.
You may obtain the latest version of JCusparse
in the
Downloads section.
With JCusparse, it is possible for Java programmers to use the functions
that are provided by the CUSPARSE library. These include several level 1,2
and 3 BLAS functions for sparse matrices and vectors, as well as specific
sparse vector operations like gather and scatter. Additionally, the library
offers conversion routines between some of the most common sparse matrix
representations, like COO, CSR and CSC.