#include <chi_math_sparse_matrix.h>
Iterator to loop over all matrix entries.
Definition at line 161 of file chi_math_sparse_matrix.h.
◆ EIt
◆ EntriesIterator()
chi_math::SparseMatrix::EntriesIterator::EntriesIterator |
( |
SparseMatrix & |
context, |
|
|
size_t |
row |
|
) |
| |
|
inlineexplicit |
◆ Advance()
void chi_math::SparseMatrix::EntriesIterator::Advance |
( |
| ) |
|
|
inline |
◆ operator!=()
bool chi_math::SparseMatrix::EntriesIterator::operator!= |
( |
const EIt & |
rhs | ) |
const |
|
inline |
◆ operator*()
◆ operator++() [1/2]
EIt chi_math::SparseMatrix::EntriesIterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
EIt chi_math::SparseMatrix::EntriesIterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator==()
bool chi_math::SparseMatrix::EntriesIterator::operator== |
( |
const EIt & |
rhs | ) |
const |
|
inline |
◆ ref_col_
size_t chi_math::SparseMatrix::EntriesIterator::ref_col_ |
|
private |
◆ ref_row_
size_t chi_math::SparseMatrix::EntriesIterator::ref_row_ |
|
private |
◆ sp_matrix
SparseMatrix& chi_math::SparseMatrix::EntriesIterator::sp_matrix |
|
private |
The documentation for this class was generated from the following file: