#include <M3.h>
Data Fields | |
| int64_t | numColumn |
| int64_t | numNZ |
| M3_SparsePixelMatrixColumn * | column |
| M3_SparsePixelMatrixEl * | matrix |
This structure is the top level structure that is used to describe a sparse pixel-pixel matrix. This structure contains all of the information about a sparse pixel-pixel matrix.
Definition at line 400 of file M3.h.
| int64_t M3_SparsePixelMatrixData::numNZ |
This is an array of all of the non-zero matrix elements associated with the structure. Note that the column associated with each element is inferred by the column array.
Definition at line 410 of file M3.h.
Referenced by M3_RunConfigStruct_GetSparseMatrix(), and M3_RunConfigStruct_GetSparseMatrixNumNZ().
1.5.3-20071008