#include <CSparseMatrix.h>
List of all members.
Constructor & Destructor Documentation
CCompressedColumnFormat::const_row_iterator::const_row_iterator |
( |
const CCompressedColumnFormat * |
pMatrix = NULL , |
|
|
const unsigned C_INT32 & |
rowIndex = C_INVALID_INDEX |
|
) |
| |
CCompressedColumnFormat::const_row_iterator::const_row_iterator |
( |
const const_row_iterator & |
src | ) |
|
Copy constructor
- Parameters:
-
CCompressedColumnFormat::const_row_iterator::~const_row_iterator |
( |
| ) |
|
Member Function Documentation
const unsigned C_INT32 & CCompressedColumnFormat::const_row_iterator::getColumnIndex |
( |
| ) |
const |
bool CCompressedColumnFormat::const_row_iterator::operator!= |
( |
const const_row_iterator & |
rhs | ) |
|
Comparison operator !=
- Parameters:
-
- Returns:
- bool not-equal
const C_FLOAT64 & CCompressedColumnFormat::const_row_iterator::operator* |
( |
| ) |
const |
Dereference operator * returns the node the iterator points to.
- Returns:
- C_FLOAT64 &
Prefix increment operator ++
- Returns:
- iterator &
const C_FLOAT64 & CCompressedColumnFormat::const_row_iterator::operator-> |
( |
| ) |
const |
Dereference operator * returns the node the iterator points to.
- Returns:
- C_FLOAT64 &
Assignement operator from a node to an iterator
- Parameters:
-
- Returns:
- iterator &
The documentation for this class was generated from the following files: