dune-istl
2.4
|
Iterator access to matrix rows More...
#include <dune/istl/bcrsmatrix.hh>
Public Types | |
typedef remove_const< T >::type | ValueType |
The unqualified value type. More... | |
Public Member Functions | |
RealRowIterator (row_type *_p, size_type _i) | |
constructor More... | |
RealRowIterator () | |
empty constructor, use with care! More... | |
RealRowIterator (const RealRowIterator< ValueType > &it) | |
size_type | index () const |
return index More... | |
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 More... | |
bool | equals (const RealRowIterator< const ValueType > &other) const |
equality More... | |
Iterator access to matrix rows
typedef 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 |