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

Nonzero of ListMatrix. More...

#include <listmatrix.h>

Public Attributes

struct _ListMatrixNonzeroleft
 Pointer to previous nonzero in the same row. More...
 
struct _ListMatrixNonzeroright
 Pointer to next nonzero in the same row. More...
 
struct _ListMatrixNonzeroabove
 Pointer to previous nonzero in the same column. More...
 
struct _ListMatrixNonzerobelow
 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...
 

Detailed Description

Nonzero of ListMatrix.

Member Data Documentation

◆ above

struct _ListMatrixNonzero* _ListMatrixNonzero::above

Pointer to previous nonzero in the same column.

◆ below

struct _ListMatrixNonzero* _ListMatrixNonzero::below

Pointer to next nonzero in the same column.

◆ column

size_t _ListMatrixNonzero::column

Column.

◆ left

struct _ListMatrixNonzero* _ListMatrixNonzero::left

Pointer to previous nonzero in the same row.

◆ right

struct _ListMatrixNonzero* _ListMatrixNonzero::right

Pointer to next nonzero in the same row.

◆ row

size_t _ListMatrixNonzero::row

Row.

◆ special

long _ListMatrixNonzero::special

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

◆ value

char _ListMatrixNonzero::value

Matrix entry.


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