Public Member Functions | |
Entry () | |
Entry (const unsigned int column, const number &value) | |
Public Attributes | |
unsigned int | column |
number | value |
Static Public Attributes | |
static const unsigned int | invalid = numbers::invalid_unsigned_int |
The class for storing the column number of an entry together with its value.
SparseMatrixEZ< number >::Entry::Entry | ( | ) | [inline] |
Standard constructor. Sets column
to invalid
.
SparseMatrixEZ< number >::Entry::Entry | ( | const unsigned int | column, | |
const number & | value | |||
) | [inline] |
Constructor. Fills column and value.
unsigned int SparseMatrixEZ< number >::Entry::column |
The column number.
Referenced by SparseMatrixEZ< number >::allocate(), and SparseMatrixEZ< number >::locate().
number SparseMatrixEZ< number >::Entry::value |
The value there.
Referenced by SparseMatrixEZ< number >::add(), SparseMatrixEZ< number >::allocate(), SparseMatrixEZ< number >::el(), SparseMatrixEZ< number >::operator()(), and SparseMatrixEZ< number >::set().
const unsigned int SparseMatrixEZ< number >::Entry::invalid = numbers::invalid_unsigned_int [static] |
Non-existent column number.
Referenced by SparseMatrixEZ< number >::allocate(), and SparseMatrixEZ< number >::locate().