| 54 | const std::array<std::vector<int>, 2>& bs); |
| 55 | |
| 56 | SparsityPattern(const SparsityPattern& pattern) = delete; |
| 57 | |
| 58 | /// Move constructor |
| 59 | SparsityPattern(SparsityPattern&& pattern) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected