dune-istl  2.7.0
Public Types | Public Member Functions | List of all members
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. More...
 
typedef Matrix::ConstRowIterator const_iterator
 The matrix row iterator type. More...
 

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. More...
 
const_iterator end () const
 Get the row iterator at the end of all rows. More...
 

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.

Member Typedef Documentation

◆ const_iterator

The matrix row iterator type.

◆ Matrix

template<class M >
typedef M Dune::MatrixRowSet< M >::Matrix

The 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.

Member Function Documentation

◆ begin()

template<class M >
const_iterator Dune::MatrixRowSet< M >::begin ( ) const
inline

Get the row iterator at the first row.

◆ end()

template<class M >
const_iterator Dune::MatrixRowSet< M >::end ( ) const
inline

Get the row iterator at the end of all rows.


The documentation for this class was generated from the following file: