|
dune-istl
2.6-git
|
Provides access to an iterator over all matrix rows. More...
#include <dune/istl/colcompmatrix.hh>
Public Types | |
| typedef M | Matrix |
| The type of the matrix. More... | |
| typedef Matrix::ConstRowIterator | const_iterator |
| The matrix row iterator type. More... | |
Public Member Functions | |
| MatrixRowSet (const Matrix &m) | |
| Construct an row set over all matrix rows. More... | |
| const_iterator | begin () const |
| Get the row iterator at the first row. More... | |
| const_iterator | end () const |
| Get the row iterator at the end of all rows. More... | |
Provides access to an iterator over all matrix rows.
| M | The type of the matrix. |
| typedef Matrix::ConstRowIterator Dune::MatrixRowSet< M >::const_iterator |
The matrix row iterator type.
| typedef M Dune::MatrixRowSet< M >::Matrix |
The type of the matrix.
|
inline |
Construct an row set over all matrix rows.
| m | The matrix for which we manage the rows. |
|
inline |
Get the row iterator at the first row.
|
inline |
Get the row iterator at the end of all rows.
1.8.13