|
Public Member Functions |
| DynamicSymMatrixMap (const Graph &_graph) |
| Creates an item matrix for the given graph.
|
| DynamicSymMatrixMap (const Graph &_graph, const Value &_val) |
| Creates an item matrix for the given graph.
|
ConstReference | operator() (const Key &first, const Key &second) const |
| Gives back the value assigned to the first - second unordered pair.
|
Reference | operator() (const Key &first, const Key &second) |
| Gives back the value assigned to the first - second unordered pair.
|
void | set (const Key &first, const Key &second, const Value &val) |
| Setter function for the matrix map.
|