MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / cldenseVector_

Class cldenseVector_

src/include/clSPARSE-2x.h:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35/*! \brief Structure to encapsulate dense vector data to clSPARSE API
36*/
37typedef struct cldenseVector_
38{
39 clsparseIdx_t num_values; /*!< Length of dense vector */
40
41 void* values; /**< OpenCL 2.0 memory pointer */
42} cldenseVector;
43
44/*! \brief Structure to encapsulate sparse matrix data encoded in CSR
45* form to clSPARSE API

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected