linbox
BlasSubmatrix< _Matrix >::ConstIndexedIterator Class Reference

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

+ Collaboration diagram for BlasSubmatrix< _Matrix >::ConstIndexedIterator:

Detailed Description

template<class _Matrix>
class LinBox::BlasSubmatrix< _Matrix >::ConstIndexedIterator

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: