JWS C Library
C language utility library
|
Matrix of unsigned 8-bit values. More...
#include <matrix.h>
Data Fields | |
int32_t | num_rows |
Number of rows. | |
int32_t | num_cols |
Number of columns. | |
uint8_t ** | elts |
Elements of the matrix. |
int32_t Matrix_u8::num_rows |
int32_t Matrix_u8::num_cols |
uint8_t** Matrix_u8::elts |