Struct SparseMatrix::EntryReference

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