dune-istl
2.2.0
|
#include <dune/istl/supermatrix.hh>
Public Member Functions | |
const_iterator (typename Matrix::const_iterator firstRow, typename RowIndexSet::const_iterator pos) | |
const Matrix::row_type & | dereference () const |
bool | equals (const const_iterator &o) const |
void | increment () |
RowIndexSet::value_type | index () const |
Dune::MatrixRowSubset< M, S >::const_iterator::const_iterator | ( | typename Matrix::const_iterator | firstRow, |
typename RowIndexSet::const_iterator | pos | ||
) | [inline] |
const Matrix::row_type& Dune::MatrixRowSubset< M, S >::const_iterator::dereference | ( | ) | const [inline] |
bool Dune::MatrixRowSubset< M, S >::const_iterator::equals | ( | const const_iterator & | o | ) | const [inline] |
void Dune::MatrixRowSubset< M, S >::const_iterator::increment | ( | ) | [inline] |
RowIndexSet::value_type Dune::MatrixRowSubset< M, S >::const_iterator::index | ( | ) | const [inline] |