Graphviz 14.0.0~dev.20250918.1035
|
Data Fields | |
size_t | nrows |
how many rows have been allocated? | |
size_t | ncols |
how many columns have been allocated? | |
uint8_t * | data |
bit-packed backing memory | |
Definition at line 36 of file mincross.c.
uint8_t* adjmatrix_t::data |
Definition at line 39 of file mincross.c.
Referenced by free_matrix(), matrix_get(), and matrix_set().
size_t adjmatrix_t::ncols |
Definition at line 38 of file mincross.c.
Referenced by matrix_get(), and matrix_set().
size_t adjmatrix_t::nrows |
Definition at line 37 of file mincross.c.
Referenced by matrix_get(), matrix_set(), and new_matrix().