Public Methods | |
| ConstRawIterator () | |
| ConstRawIterator (const typename DenseMatrixBase< Element >::ConstRawIterator &beg, const typename DenseMatrixBase< Element >::ConstRawIterator &cur, size_t cont_len, size_t gap_len) | |
| ConstRawIterator & | operator= (const RawIterator &r) |
| ConstRawIterator & | operator= (const ConstRawIterator &r) |
| ConstRawIterator & | operator++ () |
| ConstRawIterator & | operator++ (int) |
| bool | operator!= (const ConstRawIterator &r) const |
| const Element & | operator * () |
| const Element & | operator * () const |
Protected Attributes | |
| DenseMatrixBase< Element >::ConstRawIterator | _beg |
| DenseMatrixBase< Element >::ConstRawIterator | _cur |
| size_t | _cont_len |
| size_t | _gap_len |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18