Uses of Class
jcuda.jcudpp.CUDPPConfiguration

Uses of CUDPPConfiguration in jcuda.jcudpp
 

Methods in jcuda.jcudpp with parameters of type CUDPPConfiguration
static int JCudpp.cudppPlan(CUDPPHandle planHandle, CUDPPConfiguration config, long n, long rows, long rowPitch)
          Create a CUDPP plan.
static int JCudpp.cudppSparseMatrix(CUDPPHandle sparseMatrixHandle, CUDPPConfiguration config, long numNonZeroElements, long numRows, Pointer A, Pointer h_rowIndices, Pointer h_indices)
          Create a CUDPP Sparse Matrix Object.