Dune::BCRSMatrix< B, A >::RealRowIterator< T > Class Template Reference
#include <bcrsmatrix.hh>
Detailed Description
template<class B, class A = ISTLAllocator>
template<class T>
class Dune::BCRSMatrix< B, A >::RealRowIterator< T >
Iterator access to matrix rows
Public Types | |
typedef Dune::RemoveConst< T >::Type | ValueType |
The unqualified value type. | |
Public Member Functions | |
RealRowIterator (row_type *_p, size_type _i) | |
constructor | |
RealRowIterator () | |
empty constructor, use with care! | |
size_type | index () const |
return index | |
bool | equals (const RealRowIterator< ValueType > &other) const |
equality | |
bool | equals (const RealRowIterator< const ValueType > &other) const |
equality |
The documentation for this class was generated from the following file: