Struct coomat_ui64_t#
Defined in File comm.h
Struct Documentation#
-
struct coomat_ui64_t#
Public Members
-
uint64_t *p_data#
Data Array.
-
uint64_t *p_cols#
Array of corresponding column index of the data array.
-
uint64_t *p_rows#
Array of corresponding row index of the data array.
-
uint64_t sizex#
Number of rows.
-
uint64_t sizey#
Number of cols.
-
uint64_t nonzero#
Number of non zero elements in the matrix.
-
uint64_t *p_data#