Dune Core Modules (2.5.0)
Dune::MatrixRowSubset< M, S > Class Template Reference
Provides access to an iterator over an arbitrary subset of matrix rows. More...
#include <dune/istl/colcompmatrix.hh>
Classes | |
class | const_iterator |
The matrix row iterator type. More... | |
Public Types | |
typedef M | Matrix |
the type of the matrix class. | |
typedef S | RowIndexSet |
the type of the set of valid row indices. | |
Public Member Functions | |
MatrixRowSubset (const Matrix &m, const RowIndexSet &s) | |
Construct an row set over all matrix rows. More... | |
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. | |
Detailed Description
template<class M, class S>
class Dune::MatrixRowSubset< M, 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.
Constructor & Destructor Documentation
◆ MatrixRowSubset()
template<class M , class S >
|
inline |
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.
The documentation for this class was generated from the following file:
- dune/istl/colcompmatrix.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)