#include <CSparseMatrix.h>
◆ const_row_iterator() [1/2]
◆ const_row_iterator() [2/2]
CCompressedColumnFormat::const_row_iterator::const_row_iterator |
( |
const const_row_iterator & |
src | ) |
|
Copy constructor
- Parameters
-
◆ ~const_row_iterator()
CCompressedColumnFormat::const_row_iterator::~const_row_iterator |
( |
| ) |
|
◆ getColumnIndex()
const size_t & CCompressedColumnFormat::const_row_iterator::getColumnIndex |
( |
| ) |
const |
◆ operator!=()
bool CCompressedColumnFormat::const_row_iterator::operator!= |
( |
const const_row_iterator & |
rhs | ) |
|
Comparison operator !=
- Parameters
-
- Returns
- bool not-equal
References mpCurrent.
◆ operator*()
const C_FLOAT64 & CCompressedColumnFormat::const_row_iterator::operator* |
( |
| ) |
const |
Dereference operator * returns the node the iterator points to.
- Returns
- C_FLOAT64 &
◆ operator++()
◆ operator->()
const C_FLOAT64 & CCompressedColumnFormat::const_row_iterator::operator-> |
( |
| ) |
const |
Dereference operator * returns the node the iterator points to.
- Returns
- C_FLOAT64 &
◆ operator=()
◆ mColumnIndex
size_t CCompressedColumnFormat::const_row_iterator::mColumnIndex |
|
private |
◆ mpColumnIndex
const size_t* CCompressedColumnFormat::const_row_iterator::mpColumnIndex |
|
private |
◆ mpCurrent
const C_FLOAT64* CCompressedColumnFormat::const_row_iterator::mpCurrent |
|
private |
◆ mpMatrix
◆ mpRowIndex
const size_t* CCompressedColumnFormat::const_row_iterator::mpRowIndex |
|
private |
◆ mRowIndex
size_t CCompressedColumnFormat::const_row_iterator::mRowIndex |
|
private |
The documentation for this class was generated from the following files: