Reference documentation for deal.II version 8.5.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 180 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 908 of file sparse_matrix_ez.h.
|
inline |
Row number of the element represented by this object.
Definition at line 921 of file sparse_matrix_ez.h.
|
inline |
Index in row of the element represented by this object.
Definition at line 939 of file sparse_matrix_ez.h.
|
inline |
Column number of the element represented by this object.
Definition at line 930 of file sparse_matrix_ez.h.
|
inline |
Value of this matrix entry.
Definition at line 949 of file sparse_matrix_ez.h.
|
friend |
Make enclosing class a friend.
Definition at line 230 of file sparse_matrix_ez.h.
|
protected |
The matrix accessed.
Definition at line 215 of file sparse_matrix_ez.h.
|
protected |
Current row number.
Definition at line 220 of file sparse_matrix_ez.h.
|
protected |
Current index in row.
Definition at line 225 of file sparse_matrix_ez.h.