dune-istl 3.0-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. | |
typedef Matrix::ConstRowIterator | const_iterator |
The matrix row iterator type. | |
Public Member Functions | |
MatrixRowSet (const Matrix &m) | |
Construct an row set over all matrix rows. | |
const_iterator | begin () const |
Get the row iterator at the first row. | |
const_iterator | end () const |
Get the row iterator at the end of all rows. | |
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.