#include <lib/utils/include/matrix.h>
Data Fields | |
uint32_t | nrows_alloced |
uint32_t | ncols_alloced |
uint32_t | nrows |
uint32_t | ncols |
unsigned char ** | data |
This structure defines a matrix of bytes which knows its current dimensions and its allocated memory space.
unsigned
char elements. Definition at line 351 of file matrix.h.
uint32_t struct_byte_matrix_t::nrows_alloced |
uint32_t struct_byte_matrix_t::ncols_alloced |
uint32_t struct_byte_matrix_t::nrows |
uint32_t struct_byte_matrix_t::ncols |
unsigned char** struct_byte_matrix_t::data |