![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/lac/filtered_matrix.h>
Public Member Functions | |
| size_type | row () const |
| size_type | column () const |
| double | value () const |
Private Member Functions | |
| Accessor (const FilteredMatrix< VectorType > *matrix, const size_type index) | |
| void | advance () |
Private Attributes | |
| const FilteredMatrix< VectorType > * | matrix |
| size_type | index |
Accessor class for iterators
Definition at line 207 of file filtered_matrix.h.
|
inlineprivate |
Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.
Definition at line 555 of file filtered_matrix.h.
|
inline |
Row number of the element represented by this object.
Definition at line 570 of file filtered_matrix.h.
|
inline |
Column number of the element represented by this object.
Definition at line 580 of file filtered_matrix.h.
|
inline |
Value of the right hand side for this row.
Definition at line 590 of file filtered_matrix.h.
|
inlineprivate |
Advance to next entry
Definition at line 600 of file filtered_matrix.h.
|
private |
The matrix accessed.
Definition at line 241 of file filtered_matrix.h.
|
private |
Current row number.
Definition at line 246 of file filtered_matrix.h.
1.8.12