JWS C Library
C language utility library
|
Matrix block of signed 8-bit values. More...
#include <matblock.h>
Data Fields | |
uint32_t | num_mats |
Number of matrices. | |
uint32_t | num_rows |
Number of rows. | |
uint32_t | num_cols |
Number of columns. | |
int8_t *** | elts |
Elements of the matrix block. |
Matrix block of signed 8-bit values.
Definition at line 74 of file matblock.h.
uint32_t Matblock_i8::num_mats |
Number of matrices.
Definition at line 77 of file matblock.h.
uint32_t Matblock_i8::num_rows |
Number of rows.
Definition at line 80 of file matblock.h.
uint32_t Matblock_i8::num_cols |
Number of columns.
Definition at line 83 of file matblock.h.
int8_t*** Matblock_i8::elts |
Elements of the matrix block.
Definition at line 86 of file matblock.h.