JWS C Library
C language utility library
|
Matrix of signed 16-bit values. More...
#include <matrix.h>
Data Fields | |
uint32_t | num_rows |
Number of rows. | |
uint32_t | num_cols |
Number of columns. | |
int16_t ** | elts |
Elements of the matrix. |
uint32_t Matrix_i16::num_rows |
uint32_t Matrix_i16::num_cols |
int16_t** Matrix_i16::elts |