clSPARSE  v0.10.0.0
a software library containing Sparse functions written in OpenCL
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CcldenseMatrixStructure to encapsulate dense matrix data to clSPARSE API
 CcldenseVectorStructure to encapsulate dense vector data to clSPARSE API
 CclsparseCooMatrixStructure to encapsulate sparse matrix data encoded in COO form to clSPARSE API
 CclsparseCreateResultA structure returned by value from the clsparseCreateControl function. This serves as result/status pair for the creation operation
 CclsparseCreateSolverResultA structure returned by value from the clsparseCreateSolverControl function. This serves as result/status pair for the creation operation
 CclsparseCsrMatrixStructure to encapsulate sparse matrix data encoded in CSR form to clSPARSE API
 CclsparseEventResultA structure returned by value from the clsparseGetEvent function. This serves as result/status pair for the creation operation
 CclsparseMetaSizeResultA structure returned by value from the clsparseCsrMetaSize function. This serves as a result/status pair for the size of the meta data associated with a sparse matrix
 CclsparseScalarStructure to encapsulate scalar data to clSPARSE API
 CclsparseTimerCounter that provides a fairly accurate timing mechanism for both windows and linux. This timer is used extensively in all the samples