Uses of Class
jcuda.jcudpp.CUDPPConfiguration

Packages that use CUDPPConfiguration
jcuda.jcudpp Contains the classes of JCudpp. 
 

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.

A plan is a data structure containing state and intermediate storage space that CUDPP uses to execute algorithms on data.
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.

The sparse matrix plan is a data structure containing state and intermediate storage space that CUDPP uses to perform sparse matrix dense vector multiply.