Reference documentation for deal.II version 9.1.1
|
Public Member Functions | |
Accessor (const SparseMatrixEZ< number > *matrix, const size_type row, const unsigned short index) | |
size_type | row () const |
unsigned short | index () const |
size_type | column () const |
number | value () const |
Protected Attributes | |
const SparseMatrixEZ< number > * | matrix |
size_type | a_row |
unsigned short | a_index |
Friends | |
class | const_iterator |
Accessor class for iterators
Definition at line 184 of file sparse_matrix_ez.h.
|
inline |
Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.
Definition at line 943 of file sparse_matrix_ez.h.
|
inline |
Row number of the element represented by this object.
Definition at line 955 of file sparse_matrix_ez.h.
|
inline |
Index in row of the element represented by this object.
Definition at line 971 of file sparse_matrix_ez.h.
|
inline |
Column number of the element represented by this object.
Definition at line 963 of file sparse_matrix_ez.h.
|
inline |
Value of this matrix entry.
Definition at line 980 of file sparse_matrix_ez.h.
|
friend |
Make enclosing class a friend.
Definition at line 238 of file sparse_matrix_ez.h.
|
protected |
The matrix accessed.
Definition at line 223 of file sparse_matrix_ez.h.
|
protected |
Current row number.
Definition at line 228 of file sparse_matrix_ez.h.
|
protected |
Current index in row.
Definition at line 233 of file sparse_matrix_ez.h.