| 167 | } |
| 168 | |
| 169 | void AddEntry(const IndexType RowIndex, const IndexType ColIndex) |
| 170 | { |
| 171 | mGraph[RowIndex].insert(ColIndex); |
| 172 | } |
| 173 | |
| 174 | template<class TContainerType> |
| 175 | void AddEntries(const IndexType RowIndex, const TContainerType& rColIndices) |