Reference documentation for deal.II version 8.5.1
|
#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 205 of file filtered_matrix.h.
|
inlineprivate |
Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.
Definition at line 553 of file filtered_matrix.h.
|
inline |
Row number of the element represented by this object.
Definition at line 568 of file filtered_matrix.h.
|
inline |
Column number of the element represented by this object.
Definition at line 578 of file filtered_matrix.h.
|
inline |
Value of the right hand side for this row.
Definition at line 588 of file filtered_matrix.h.
|
inlineprivate |
Advance to next entry
Definition at line 598 of file filtered_matrix.h.
|
private |
The matrix accessed.
Definition at line 239 of file filtered_matrix.h.
|
private |
Current row number.
Definition at line 244 of file filtered_matrix.h.