JWS C Library
C language utility library
|
Matrix block of double precision floating point 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. | |
double *** | elts |
Elements of the matrix block. |
Matrix block of double precision floating point values.
Definition at line 228 of file matblock.h.
uint32_t Matblock_d::num_mats |
Number of matrices.
Definition at line 231 of file matblock.h.
uint32_t Matblock_d::num_rows |
Number of rows.
Definition at line 234 of file matblock.h.
uint32_t Matblock_d::num_cols |
Number of columns.
Definition at line 237 of file matblock.h.
double*** Matblock_d::elts |
Elements of the matrix block.
Definition at line 240 of file matblock.h.