JWS C Library
C language utility library
|
Matrix block of unsigned 64-bit values. More...
#include <matblock.h>
Data Fields | |
int32_t | num_mats |
Number of matrices. | |
uint32_t | num_rows |
Number of rows. | |
uint32_t | num_cols |
Number of columns. | |
uint64_t *** | elts |
Elements of the matrix block. |
Matrix block of unsigned 64-bit values.
Definition at line 194 of file matblock.h.
int32_t Matblock_u64::num_mats |
Number of matrices.
Definition at line 197 of file matblock.h.
uint32_t Matblock_u64::num_rows |
Number of rows.
Definition at line 200 of file matblock.h.
uint32_t Matblock_u64::num_cols |
Number of columns.
Definition at line 203 of file matblock.h.
uint64_t*** Matblock_u64::elts |
Elements of the matrix block.
Definition at line 206 of file matblock.h.