Struct matrix_form_t#
Defined in File core/structures.h
Struct Documentation#
-
struct matrix_form_t#
Public Members
-
uint64_t *p_cols#
Array with corresponding col location of im,ord pair.
-
uint64_t *p_rows#
Array with corresponding row location of im,ord pair.
-
uint64_t sizex#
Total number of rows in the matrix.
-
uint64_t sizey#
Total number of cols in the matrix.
-
uint64_t nonzero#
Number of non-zero elements in the matrix form.
-
uint64_t *p_cols#