#include <CompressedRowSparseMatrixConstraint.h>
Row Sparse Matrix columns constant Iterator to match with constraint matrix manipulation. More...
Row Sparse Matrix columns constant Iterator to match with constraint matrix manipulation.
| Public Member Functions | |
| ColConstIterator (const ColConstIterator &it2) | |
| ColConstIterator & | operator= (const ColConstIterator &other) | 
| Index | row () const | 
| const TBlock & | val () const | 
| Index | index () const | 
| const Index | getInternal () const | 
| bool | isInvalid () const | 
| ColConstIterator & | operator++ () | 
| ColConstIterator | operator++ (difference_type) | 
| ColConstIterator & | operator-- () | 
| ColConstIterator | operator-- (difference_type) | 
| ColConstIterator & | operator+= (difference_type i) | 
| ColConstIterator & | operator-= (difference_type i) | 
| bool | operator== (const ColConstIterator &other) const | 
| bool | operator!= (const ColConstIterator &other) const | 
| bool | operator< (const ColConstIterator &other) const | 
| bool | operator> (const ColConstIterator &other) const | 
| bool | operator<= (const ColConstIterator &other) const | 
| bool | operator>= (const ColConstIterator &other) const | 
| Protected Member Functions | |
| ColConstIterator (const Index _rowIt, int _internal, const CompressedRowSparseMatrixConstraint *_matrix) | |
| Friends | |
| class | RowConstIterator | 
| class | RowType | 
| 
 | inlineprotected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend | 
| 
 | friend |