clSPARSE  v0.10.0.0
a software library containing Sparse functions written in OpenCL
Public Attributes | List of all members

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
 

Detailed Description

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.

Member Data Documentation

clsparseIdx_t clsparseMetaSizeResult::metaSize

Returned size of the memory needed to store meta data

clsparseStatus clsparseMetaSizeResult::status

Returned error code


The documentation for this struct was generated from the following file: