clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
CcldenseMatrix | Structure to encapsulate dense matrix data to clSPARSE API |
CcldenseVector | Structure to encapsulate dense vector data to clSPARSE API |
CclsparseCooMatrix | Structure to encapsulate sparse matrix data encoded in COO form to clSPARSE API |
CclsparseCreateResult | A structure returned by value from the clsparseCreateControl function. This serves as result/status pair for the creation operation |
CclsparseCreateSolverResult | A structure returned by value from the clsparseCreateSolverControl function. This serves as result/status pair for the creation operation |
CclsparseCsrMatrix | Structure to encapsulate sparse matrix data encoded in CSR form to clSPARSE API |
CclsparseEventResult | A structure returned by value from the clsparseGetEvent function. This serves as result/status pair for the creation operation |
CclsparseMetaSizeResult | A 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 |
CclsparseScalar | Structure to encapsulate scalar data to clSPARSE API |
CclsparseTimer | Counter that provides a fairly accurate timing mechanism for both windows and linux. This timer is used extensively in all the samples |