#include <BaseMatrix.h>
Protected Attributes | |
const BaseMatrix * | matrix |
InternalRowBlockIterator | internal |
Public Member Functions | |
RowBlockConstIterator () | |
RowBlockConstIterator (const RowBlockConstIterator &it2) | |
~RowBlockConstIterator () | |
void | operator= (const RowBlockConstIterator &it2) |
Index | row () |
Index | operator* () |
ColBlockConstIterator | begin () |
ColBlockConstIterator | end () |
std::pair< ColBlockConstIterator, ColBlockConstIterator > | range () |
std::pair< ColBlockConstIterator, ColBlockConstIterator > | operator-> () |
void | operator++ () |
void | operator++ (int) |
void | operator-- () |
void | operator-- (int) |
bool | operator== (const RowBlockConstIterator &it2) const |
bool | operator!= (const RowBlockConstIterator &it2) const |
bool | operator< (const RowBlockConstIterator &it2) const |
bool | operator> (const RowBlockConstIterator &it2) const |
Protected Member Functions | |
RowBlockConstIterator (const BaseMatrix *matrix, void *internalPtr) | |
RowBlockConstIterator (const BaseMatrix *matrix, Index internalData0, Index internalData1) | |
Friends | |
class | BaseMatrix |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |