dune-istl
2.3.0
|
Proxy row object for entry access. More...
#include <dune/istl/bcrsmatrix.hh>
Public Member Functions | |
block_type & | operator[] (size_type j) const |
Returns entry in column j. More... | |
Proxy row object for entry access.
During matrix construction, there are no fully functional rows available yet, so we instead hand out a simple proxy which only allows accessing individual entries using operator[].
|
inline |
Returns entry in column j.