JWS C Library
C language utility library
|
Matrix block of signed 64-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. | |
int64_t *** | elts |
Elements of the matrix block. |
Matrix block of signed 64-bit values.
Definition at line 125 of file matblock.h.
uint32_t Matblock_i64::num_mats |
Number of matrices.
Definition at line 128 of file matblock.h.
uint32_t Matblock_i64::num_rows |
Number of rows.
Definition at line 131 of file matblock.h.
uint32_t Matblock_i64::num_cols |
Number of columns.
Definition at line 134 of file matblock.h.
int64_t*** Matblock_i64::elts |
Elements of the matrix block.
Definition at line 137 of file matblock.h.