Dune::MatrixRowSet< M > Class Template Reference

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

#include <dune/istl/supermatrix.hh>

List of all members.

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:
M The 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:
m The 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:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].