![]() |
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. | |
| struct _ListMat8Nonzero * | right |
| Pointer to next nonzero in the same row. | |
| struct _ListMat8Nonzero * | above |
| Pointer to previous nonzero in the same column. | |
| struct _ListMat8Nonzero * | below |
| Pointer to next nonzero in the same column. | |
| size_t | row |
| Row. | |
| size_t | column |
| Column. | |
| int8_t | value |
| Matrix entry. | |
| int64_t | special: 56 |
| Remaining bits (on 64 bit) may be used for a special purpose. | |
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.