#include <chi_math_sparse_matrix.h>
Definition at line 78 of file chi_math_sparse_matrix.h.
◆ RowIteratorContext()
chi_math::SparseMatrix::RowIteratorContext::RowIteratorContext |
( |
SparseMatrix & |
matrix, |
|
|
size_t |
ref_row |
|
) |
| |
|
inline |
◆ begin()
RowIterator chi_math::SparseMatrix::RowIteratorContext::begin |
( |
| ) |
|
|
inline |
◆ end()
RowIterator chi_math::SparseMatrix::RowIteratorContext::end |
( |
| ) |
|
|
inline |
◆ ref_col_ids_
const std::vector<size_t>& chi_math::SparseMatrix::RowIteratorContext::ref_col_ids_ |
|
private |
◆ ref_col_vals_
std::vector<double>& chi_math::SparseMatrix::RowIteratorContext::ref_col_vals_ |
|
private |
◆ ref_row_
const size_t chi_math::SparseMatrix::RowIteratorContext::ref_row_ |
|
private |
The documentation for this class was generated from the following file: