CUDPP  2.2
CUDA Data-Parallel Primitives Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCCUDPPConfigurationConfiguration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms
oCCUDPPHashTableConfigConfiguration struct for creating a hash table (CUDPPHashTable())
oCCUDPPHashTableInternal< T >Internal structure used to store a generic CUDPP hash table
oCCUDPPManagerInternal manager class for CUDPPP resources
oCCUDPPPlanBase class for CUDPP Plan data structures
|oCCUDPPBwtPlanPlan class for BWT
|oCCUDPPCompactPlanPlan class for compact algorithm
|oCCUDPPListRankPlanPlan class for ListRank
|oCCUDPPMergeSortPlanPlan class for mergesort algorithm
|oCCUDPPMtfPlanPlan class for MTF
|oCCUDPPRadixSortPlanPlan class for radixsort algorithm
|oCCUDPPRandPlanPlan class for random number generator
|oCCUDPPReducePlanPlan class for reduce algorithm
|oCCUDPPSaPlanPlan class for suffix array
|oCCUDPPScanPlanPlan class for scan algorithm
|oCCUDPPSegmentedScanPlanPlan class for segmented scan algorithm
|oCCUDPPSparseMatrixVectorMultiplyPlanPlan class for sparse-matrix dense-vector multiply
|oCCUDPPStringSortPlanPlan class for stringsort algorithm
|\CCUDPPTridiagonalPlanPlan class for tridiagonal solver
oCCudaHT::CuckooHashing::Functions< N >Container for all of the hash functions
oCCudaHT::CuckooHashing::Functions< 2 >
oCCudaHT::CuckooHashing::Functions< 3 >
oCCudaHT::CuckooHashing::Functions< 4 >
oCCudaHT::CuckooHashing::Functions< 5 >
oCCudaHT::CuckooHashing::HashTableBasic hash table that stores one value for each key
|oCCudaHT::CuckooHashing::CompactingHashTableHash table that provides O(1) translation between keys and unique identifiers
|\CCudaHT::CuckooHashing::MultivalueHashTableHash table that stores multiple values per key
oCScanTraits< T, Oper, backward, exclusive, multiRow, sums, fullBlock >Template class containing compile-time parameters to the scan functions
oCSegmentedScanTraits< T, Oper, backward, exclusivity, doShiftFlags, fullBlock, sums, sm12OrBetter >Template class containing compile-time parameters to the segmented scan functions
oCSharedMemory< T >Wrapper class for templatized dynamic shared memory arrays
\CtypeToVector< T, N >Utility template struct for generating small vector types from scalar types