Dune Core Modules (2.6.0)

Dune::MatrixRowSet< M > Class Template Reference

Provides access to an iterator over all matrix rows. More...

#include <dune/istl/colcompmatrix.hh>

Public Types

typedef M Matrix
 The type of the matrix.
 
typedef Matrix::ConstRowIterator const_iterator
 The matrix row iterator type.
 

Public Member Functions

 MatrixRowSet (const Matrix &m)
 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 Dune::MatrixRowSet< M >

Provides access to an iterator over all matrix rows.

Template Parameters
MThe type of the matrix.

Constructor & Destructor Documentation

◆ MatrixRowSet()

template<class M >
Dune::MatrixRowSet< M >::MatrixRowSet ( const Matrix m)
inline

Construct an row set over all matrix rows.

Parameters
mThe matrix for which we manage the rows.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 23, 22:30, 2024)