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