Dune Core Modules (2.8.0)
Dune::BCRSMatrix< B, A >::CreateIterator Class Reference
Iterator class for sequential creation of blocks More...
#include <dune/istl/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 |
The number of the row that the iterator currently points to. | |
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. More... | |
Detailed Description
template<class B, class A = std::allocator<B>>
class Dune::BCRSMatrix< B, A >::CreateIterator
class Dune::BCRSMatrix< B, A >::CreateIterator
Iterator class for sequential creation of blocks
Member Function Documentation
◆ size()
template<class B , class A = std::allocator<B>>
|
inline |
Get the current row size.
- Returns
- The number of indices already inserted for the current row.
The documentation for this class was generated from the following file:
- dune/istl/bcrsmatrix.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)