CMR  1.3.0
Public Attributes | List of all members
_ListMat8Nonzero Struct Reference

Nonzero of a ListMat8. More...

#include <listmatrix.h>

Public Attributes

struct _ListMat8Nonzeroleft
 Pointer to previous nonzero in the same row. More...
 
struct _ListMat8Nonzeroright
 Pointer to next nonzero in the same row. More...
 
struct _ListMat8Nonzeroabove
 Pointer to previous nonzero in the same column. More...
 
struct _ListMat8Nonzerobelow
 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...
 

Detailed Description

Nonzero of a ListMat8.

Member Data Documentation

◆ above

struct _ListMat8Nonzero* _ListMat8Nonzero::above

Pointer to previous nonzero in the same column.

◆ below

struct _ListMat8Nonzero* _ListMat8Nonzero::below

Pointer to next nonzero in the same column.

◆ column

size_t _ListMat8Nonzero::column

Column.

◆ left

struct _ListMat8Nonzero* _ListMat8Nonzero::left

Pointer to previous nonzero in the same row.

◆ right

struct _ListMat8Nonzero* _ListMat8Nonzero::right

Pointer to next nonzero in the same row.

◆ row

size_t _ListMat8Nonzero::row

Row.

◆ special

int64_t _ListMat8Nonzero::special

Remaining bits (on 64 bit) may be used for a special purpose.

◆ value

int8_t _ListMat8Nonzero::value

Matrix entry.


The documentation for this struct was generated from the following file: