#include <bcrsmatrix.hh>
Public Member Functions | |
CreateIterator (BCRSMatrix &_Mat, size_type _i) | |
constructor | |
CreateIterator & | operator++ () |
prefix increment | |
bool | operator!= (const CreateIterator &it) const |
inequality | |
bool | operator== (const CreateIterator &it) const |
equality | |
size_type | index () const |
dereferencing | |
void | insert (size_type j) |
put column index in row | |
bool | contains (size_type j) |
return true if column index is in row | |
size_type | size () const |
Get the current row size. |
size_type Dune::BCRSMatrix< B, A >::CreateIterator::size | ( | ) | const [inline] |
Get the current row size.