|
dune-istl
2.2.1
|
Provides access to an iterator over an arbitrary subset of matrix rows. More...
#include <dune/istl/supermatrix.hh>
Classes | |
| class | const_iterator |
Public Types | |
| typedef M | Matrix |
| typedef S | RowIndexSet |
Public Member Functions | |
| MatrixRowSubset (const Matrix &m, const RowIndexSet &s) | |
| Construct an row set over all matrix rows. More... | |
| const Matrix & | matrix () const |
| const RowIndexSet & | rowIndexSet () const |
| const_iterator | begin () const |
| const_iterator | end () const |
Provides access to an iterator over an arbitrary subset of matrix rows.
| M | The type of the matrix. |
| S | the type of the set of valid row indices. |
| typedef M Dune::MatrixRowSubset< M, S >::Matrix |
| typedef S Dune::MatrixRowSubset< M, S >::RowIndexSet |
|
inline |
Construct an row set over all matrix rows.
| m | The matrix for which we manage the rows. |
| s | The set of row indices we manage. |
|
inline |
Referenced by Dune::copyToSuperMatrix().
|
inline |
Referenced by Dune::copyToSuperMatrix().
|
inline |
Referenced by Dune::copyToSuperMatrix().
|
inline |
Referenced by Dune::copyToSuperMatrix().
1.8.3.1