Package jcuda.jcudpp

Contains the classes of JCudpp.

See:
          Description

Class Summary
CUDPPAlgorithm Algorithms supported by CUDPP.
CUDPPConfiguration Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms.
CUDPPDatatype Datatypes supported by CUDPP algorithms.
CUDPPHandle Java port of a CUDPPHandle
CUDPPOperator Operators supported by CUDPP algorithms (currently scan and segmented scan).
CUDPPOption Options for configuring CUDPP algorithms.
CUDPPResult CUDPP Result codes returned by CUDPP API functions.
JCudpp Java bindings for the public interface of CUDPP, the CUDA Data Parallel Primitives Library.
 

Package jcuda.jcudpp Description

Contains the classes of JCudpp.

Package Specification

This package contains classes that are related to JCudpp. The main class is the JCudpp class, which provides all method bindings for the public interface of CUDPP, the CUDA Data Parallel Primitives Library.

Please see http://gpgpu.org/developer/cudpp for more information about how to use this API.