CMR
1.3.0
|
Nonzero of a ListMat8. More...
#include <listmatrix.h>
Public Attributes | |
struct _ListMat8Nonzero * | left |
Pointer to previous nonzero in the same row. More... | |
struct _ListMat8Nonzero * | right |
Pointer to next nonzero in the same row. More... | |
struct _ListMat8Nonzero * | above |
Pointer to previous nonzero in the same column. More... | |
struct _ListMat8Nonzero * | below |
Pointer to next nonzero in the same column. More... | |
size_t | row |
Row. More... | |
size_t | column |
Column. More... | |
int8_t | value |
Matrix entry. More... | |
int64_t | special: 56 |
Remaining bits (on 64 bit) may be used for a special purpose. More... | |
Nonzero of a ListMat8.
struct _ListMat8Nonzero* _ListMat8Nonzero::above |
Pointer to previous nonzero in the same column.
struct _ListMat8Nonzero* _ListMat8Nonzero::below |
Pointer to next nonzero in the same column.
size_t _ListMat8Nonzero::column |
Column.
struct _ListMat8Nonzero* _ListMat8Nonzero::left |
Pointer to previous nonzero in the same row.
struct _ListMat8Nonzero* _ListMat8Nonzero::right |
Pointer to next nonzero in the same row.
size_t _ListMat8Nonzero::row |
Row.
int64_t _ListMat8Nonzero::special |
Remaining bits (on 64 bit) may be used for a special purpose.
int8_t _ListMat8Nonzero::value |
Matrix entry.