dune-istl  2.2.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/supermatrix.hh>

Public Types

typedef M Matrix
typedef Matrix::ConstRowIterator const_iterator

Public Member Functions

 MatrixRowSet (const Matrix &m)
 Construct an row set over all matrix rows.
const_iterator begin () const
const_iterator end () const

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

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

Constructor & Destructor Documentation

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

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

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