Struct SparseMatrix::EntryReference
Defined in File sparse_matrix.h
Nested Relationships
This struct is a nested type of Class SparseMatrix.
Struct Documentation
-
struct EntryReference
Public Functions
-
inline EntryReference(const size_t &row_id, const size_t &column_id, double &value)
Public Members
-
const size_t &row_index
-
const size_t &column_index
-
double &value
-
inline EntryReference(const size_t &row_id, const size_t &column_id, double &value)