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