| 173 | |
| 174 | template<class TContainerType> |
| 175 | void AddEntries(const IndexType RowIndex, const TContainerType& rColIndices) |
| 176 | { |
| 177 | mGraph[RowIndex].insert(rColIndices.begin(), rColIndices.end()); |
| 178 | } |
| 179 | |
| 180 | template<class TIteratorType> |
| 181 | void AddEntries(const IndexType RowIndex, |