![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/lac/sparse_matrix_ez.h>
Classes | |
| class | Accessor |
Public Member Functions | |
| const_iterator (const SparseMatrixEZ< number > *matrix, const size_type row, const unsigned short index) | |
| const_iterator & | operator++ () |
| const_iterator & | operator++ (int) |
| const Accessor & | operator* () const |
| const Accessor * | operator-> () const |
| bool | operator== (const const_iterator &) const |
| bool | operator!= (const const_iterator &) const |
| bool | operator< (const const_iterator &) const |
Private Attributes | |
| Accessor | accessor |
Standard-conforming iterator.
Definition at line 174 of file sparse_matrix_ez.h.
|
inline |
Constructor.
Definition at line 957 of file sparse_matrix_ez.h.
|
inline |
Prefix increment. This always returns a valid entry or end().
Definition at line 992 of file sparse_matrix_ez.h.
| const_iterator& SparseMatrixEZ< number >::const_iterator::operator++ | ( | int | ) |
Postfix increment. This always returns a valid entry or end().
|
inline |
Dereferencing operator.
Definition at line 1020 of file sparse_matrix_ez.h.
|
inline |
Dereferencing operator.
Definition at line 1029 of file sparse_matrix_ez.h.
|
inline |
Comparison. True, if both iterators point to the same matrix position.
Definition at line 1038 of file sparse_matrix_ez.h.
|
inline |
Inverse of ==.
Definition at line 1050 of file sparse_matrix_ez.h.
|
inline |
Comparison operator. Result is true if either the first row number is smaller or if the row numbers are equal and the first index is smaller.
Definition at line 1060 of file sparse_matrix_ez.h.
|
private |
Store an object of the accessor class.
Definition at line 280 of file sparse_matrix_ez.h.
1.8.12