|
dune-istl 2.11
|
Iterator access to matrix rows More...
#include <dune/istl/bcrsmatrix.hh>

Public Types | |
| typedef std::remove_const< T >::type | ValueType |
| The unqualified value type. | |
Public Member Functions | |
| RealRowIterator (row_type *_p, size_type _i) | |
| constructor | |
| RealRowIterator () | |
| empty constructor, use with care! | |
| RealRowIterator (const RealRowIterator< ValueType > &it) | |
| size_type | index () const |
| return index | |
| std::ptrdiff_t | distanceTo (const RealRowIterator< ValueType > &other) const |
| std::ptrdiff_t | distanceTo (const RealRowIterator< const ValueType > &other) const |
| bool | equals (const RealRowIterator< ValueType > &other) const |
| equality | |
| bool | equals (const RealRowIterator< const ValueType > &other) const |
| equality | |
Iterator access to matrix rows
| typedef std::remove_const<T>::type Dune::BCRSMatrix< B, A >::RealRowIterator< T >::ValueType |
The unqualified value type.
|
inline |
constructor
|
inline |
empty constructor, use with care!
|
inline |
|
inline |
|
inline |
|
inline |
equality
|
inline |
equality
|
inline |
return index
|
friend |
|
friend |
|
friend |
|
friend |