-----------------------------------------------------------------------------
| 209 | } |
| 210 | //----------------------------------------------------------------------------- |
| 211 | std::shared_ptr<const common::IndexMap> |
| 212 | SparsityPattern::index_map(int dim) const |
| 213 | { |
| 214 | return _index_maps.at(dim); |
| 215 | } |
| 216 | //----------------------------------------------------------------------------- |
| 217 | std::vector<std::int64_t> SparsityPattern::column_indices() const |
| 218 | { |
nothing calls this directly
no outgoing calls
no test coverage detected