cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nculite
 Ndns
 CXxVectorThe floating point device dense vector class
 CXxMatrixThe device dense matrix class
 CCxMatrixThe device dense complex matrix class
 CCxVectorThe device dense complex vector class
 CXiVectorThe general purpose device dense vector class
 CXxContainerThe device dense container class
 Ncsr
 CXxMatrixThe device sparse matrix class (compressed sparse row format)
 Ncsc
 CXxMatrixThe device sparse matrix class (compressed sparse column format)
 Nerr
 CExceptionBasic culite exception class
 CCudaExceptionCUDA exception class
 Ncsx
 CXxContainerThe sparse container class (compressed sparse column)
 CLapackGeevEigenvalue decomposition solver using LAPACK/cuSOLVER GEEV routines
 CCuBlasSpmRAII helper for managing cuBLAS pointer mode
 CCuBlasHandlerThe cuBlas handler class
 CCudaStreamCUDA stream encapsulation class
 CCuSolverHandlerThe cuSolver handler class
 CCuSparseSpmRAII helper for managing cuSPARSE pointer mode
 CCuSparseHandlerThe cuSparse handler class
 CLapackBaseThe abstract linear solver base for dense device matrices
 CLapackLUThe partial pivoting LU linear solver for dense device matrices
 CGridXDBase class for CUDA kernel grid configuration
 CGrid1D1D CUDA kernel grid configuration
 CGrid2D2D CUDA kernel grid configuration
 CDeviceBufferVoidA RAII wrapper for untyped device memory allocation
 CDeviceBufferA RAII wrapper for device memory allocation
 CPinnedBufferVoidA RAII wrapper for untyped pinned host memory allocation
 CPinnedBufferA RAII wrapper for pinned host memory allocation
 CDefaultSVDSingular Value Decomposition (SVD) solver using cuSOLVER
 CVirtualConjugateThe virtual conjugate class
 CVirtualExpressionThe virtual expression base class
 CVirtualObjectThe virtual object class
 CVirtualOuterThe virtual outer product expression class
 CVirtualPlusThe virtual addition expression class
 CVirtualMinusThe virtual subtraction expression class
 CVirtualProductThe virtual product class
 CVirtualRowvecThe virtual row-vector class
 CVirtualScaleThe virtual scaling expression class
 CVirtualTransposeThe virtual (conjugate-)transpose class