| 227 | { return m_matrix.innerIndexPtr(); } |
| 228 | |
| 229 | inline const StorageIndex* outerIndexPtr() const |
| 230 | { return m_matrix.outerIndexPtr() + m_outerStart; } |
| 231 | inline StorageIndex* outerIndexPtr() |
| 232 | { return m_matrix.outerIndexPtr() + m_outerStart; } |
| 233 |
no outgoing calls
no test coverage detected