- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <bcrsmatrix.hh>
Public Types | |
|
typedef 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! | |
| size_type | index () const |
| return index | |
| bool | equals (const RealRowIterator< ValueType > &other) const |
| equality | |
| bool | equals (const RealRowIterator< const ValueType > &other) const |
| equality | |