Struct SparseMatrix::ConstEntryReference

Nested Relationships

This struct is a nested type of Class SparseMatrix.

Struct Documentation

struct ConstEntryReference

Public Functions

inline ConstEntryReference(const size_t &row_id, const size_t &column_id, const double &value)

Public Members

const size_t &row_index
const size_t &column_index
const double &value