linbox
DenseSubmatrix< _Element >::ConstRawIndexedIterator Class Reference

Raw Indexed Iterator (const version). More...


Detailed Description

template<class _Element>
class LinBox::DenseSubmatrix< _Element >::ConstRawIndexedIterator

Raw Indexed Iterator (const version).

Like the raw iterator, the indexed iterator is a method for accessing all entries in the matrix in some unspecified order. At each position of the the indexed iterator, it also provides the row and column indices of the currently referenced entry. This is provided through it's rowIndex() and colIndex() functions.


The documentation for this class was generated from the following file: