linbox
BlasSubmatrix< _Matrix >::IndexedIterator Class Reference

Raw Indexed Iterator. More...

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

Detailed Description

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

Raw Indexed Iterator.

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: