![]() |
clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
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. More...
#include <clSPARSE.h>
Public Attributes | |
| clsparseStatus | status |
| clsparseIdx_t | metaSize |
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.
| clsparseIdx_t clsparseMetaSizeResult::metaSize |
Returned size of the memory needed to store meta data
| clsparseStatus clsparseMetaSizeResult::status |
Returned error code
1.8.10