![]() |
CMR
1.3.0
|
Nonzero of a ListMat64. More...
#include <listmatrix.h>
Public Attributes | |
struct _ListMat64Nonzero * | left |
Pointer to previous nonzero in the same row. | |
struct _ListMat64Nonzero * | right |
Pointer to next nonzero in the same row. | |
struct _ListMat64Nonzero * | above |
Pointer to previous nonzero in the same column. | |
struct _ListMat64Nonzero * | below |
Pointer to next nonzero in the same column. | |
size_t | row |
Row. | |
size_t | column |
Column. | |
int64_t | value |
Matrix entry. | |
long | special |
May be used for a special purpose. | |
Nonzero of a ListMat64.
struct _ListMat64Nonzero* _ListMat64Nonzero::above |
Pointer to previous nonzero in the same column.
struct _ListMat64Nonzero* _ListMat64Nonzero::below |
Pointer to next nonzero in the same column.
size_t _ListMat64Nonzero::column |
Column.
struct _ListMat64Nonzero* _ListMat64Nonzero::left |
Pointer to previous nonzero in the same row.
struct _ListMat64Nonzero* _ListMat64Nonzero::right |
Pointer to next nonzero in the same row.
size_t _ListMat64Nonzero::row |
Row.
long _ListMat64Nonzero::special |
May be used for a special purpose.
int64_t _ListMat64Nonzero::value |
Matrix entry.