Struct csrmat_ui64_t#

Struct Documentation#

struct csrmat_ui64_t#

Public Members

uint64_t *p_data#

Data array.

uint64_t *p_indices#

Array of column indices of each data entry.

uint64_t *p_indptr#

Array pointing the range of data values per matrix row.

uint64_t sizex#

Number of rows.

uint64_t nrows#

Number of cols.

uint64_t nonzero#

Number of non zero elements.