dune-istl
3.0-git
|
Iterator class for sequential creation of blocks More...
#include <dune/istl/bcrsmatrix.hh>
Public Member Functions | |
CreateIterator (BCRSMatrix &_Mat, size_type _i) | |
constructor More... | |
CreateIterator & | operator++ () |
prefix increment More... | |
bool | operator!= (const CreateIterator &it) const |
inequality More... | |
bool | operator== (const CreateIterator &it) const |
equality More... | |
size_type | index () const |
The number of the row that the iterator currently points to. More... | |
void | insert (size_type j) |
put column index in row More... | |
bool | contains (size_type j) |
return true if column index is in row More... | |
size_type | size () const |
Get the current row size. More... | |
Iterator class for sequential creation of blocks
|
inline |
constructor
|
inline |
return true if column index is in row
|
inline |
The number of the row that the iterator currently points to.
|
inline |
put column index in row
|
inline |
inequality
|
inline |
prefix increment
|
inline |
equality
|
inline |
Get the current row size.