|
dune-istl
2.2.0
|
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. | |
| 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 |
| Dune::MatrixRowSet< M >::MatrixRowSet | ( | const Matrix & | m | ) | [inline] |
Construct an row set over all matrix rows.
| m | The matrix for which we manage the rows. |
| const_iterator Dune::MatrixRowSet< M >::begin | ( | ) | const [inline] |
| const_iterator Dune::MatrixRowSet< M >::end | ( | ) | const [inline] |
1.7.6.1