Provides access to an iterator over an arbitrary subset of matrix rows.
More...
#include <dune/istl/supermatrix.hh>
List of all members.
Detailed Description
template<class M, class S>
class Dune::MatrixRowSubset< M, S >
Provides access to an iterator over an arbitrary subset of matrix rows.
- Template Parameters:
-
| M | The type of the matrix. |
| S | the type of the set of valid row indices. |
Member Typedef Documentation
template<class M, class S>
template<class M, class S>
Constructor & Destructor Documentation
template<class M, class S>
Construct an row set over all matrix rows.
- Parameters:
-
| m | The matrix for which we manage the rows. + |
| s | The set of row indices we manage. |
Member Function Documentation
template<class M, class S>
template<class M, class S>
template<class M, class S>
template<class M, class S>
The documentation for this class was generated from the following file: