#include <chi_math_sparse_matrix.h>
|
| EntryReference (const size_t &row_id, const size_t &column_id, double &in_value) |
|
Definition at line 49 of file chi_math_sparse_matrix.h.
◆ EntryReference()
chi_math::SparseMatrix::EntryReference::EntryReference |
( |
const size_t & |
row_id, |
|
|
const size_t & |
column_id, |
|
|
double & |
in_value |
|
) |
| |
|
inline |
◆ column_index
const size_t& chi_math::SparseMatrix::EntryReference::column_index |
◆ row_index
const size_t& chi_math::SparseMatrix::EntryReference::row_index |
◆ value
double& chi_math::SparseMatrix::EntryReference::value |
The documentation for this struct was generated from the following file: