Reference documentation for deal.II version 9.1.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 212 of file filtered_matrix.h.
|
inlineprivate |
Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.
Definition at line 579 of file filtered_matrix.h.
|
inline |
Row number of the element represented by this object.
Definition at line 593 of file filtered_matrix.h.
|
inline |
Column number of the element represented by this object.
Definition at line 602 of file filtered_matrix.h.
|
inline |
Value of the right hand side for this row.
Definition at line 611 of file filtered_matrix.h.
|
inlineprivate |
Advance to next entry
Definition at line 620 of file filtered_matrix.h.
|
private |
The matrix accessed.
Definition at line 249 of file filtered_matrix.h.
|
private |
Current row number.
Definition at line 254 of file filtered_matrix.h.