Reference documentation for deal.II version 9.2.0
|
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 187 of file sparse_matrix_ez.h.