Data Fields | |
uint_least64_t | row_min |
uint_least64_t | row_max |
unsigned | col_min |
unsigned | col_max |
Definition at line 32 of file matrix.h.
unsigned ccn_matrix_bounds::col_max |
Definition at line 36 of file matrix.h.
Referenced by ccn_matrix_getbounds(), and Dump().
unsigned ccn_matrix_bounds::col_min |
Definition at line 35 of file matrix.h.
Referenced by ccn_matrix_getbounds(), and Dump().
uint_least64_t ccn_matrix_bounds::row_max |
Definition at line 34 of file matrix.h.
Referenced by ccn_matrix_getbounds(), and Dump().
uint_least64_t ccn_matrix_bounds::row_min |
Definition at line 33 of file matrix.h.
Referenced by ccn_matrix_getbounds(), and Dump().