| 222 | { return m_matrix.valuePtr(); } |
| 223 | |
| 224 | inline const StorageIndex* innerIndexPtr() const |
| 225 | { return m_matrix.innerIndexPtr(); } |
| 226 | inline StorageIndex* innerIndexPtr() |
| 227 | { return m_matrix.innerIndexPtr(); } |
| 228 |
no outgoing calls
no test coverage detected