Package jcuda.jcusparse

Class Summary
cusparseAction Indicates whether the operation is performed only on indices or on data and indices.
cusparseDiagType Indicates if the matrix diagonal entries are unity.
cusparseDirection Indicates whether the elements of a dense matrix should be parsed by rows or by columns.
cusparseFillMode Indicates if the lower or upper part of a matrix is stored in sparse storage.
cusparseHandle Java port of a cusparseHandle
cusparseHybMat Java port of a cusparseHybMat
cusparseHybPartition Partition modes
cusparseIndexBase Indicates if the base of the matrix indices is zero or one.
cusparseMatDescr Java port of a cusparseMatDescr
cusparseMatrixType Indicates the type of matrix stored in sparse storage.
cusparseOperation Indicates which operations need to be performed with the sparse matrix.
cusparsePointerMode Indicates whether the scalar values are passed by reference on the host or device.
cusparseSolveAnalysisInfo Java port of a cusparseSolveAnalysisInfo
cusparseStatus CUSPARSE status return values
JCusparse Java bindings for CUSPARSE, the NVIDIA CUDA sparse matrix BLAS library.
JCusparse2 Java bindings for CUSPARSE, the NVIDIA CUDA sparse matrix BLAS library.