Refactor SparseMatrix.h to reference class members directly instead of encapsulation wrappers for consistency. E.g. m_outerIndex in lieu of outerIndexPtr().
SparseMatrix.h
m_outerIndex
outerIndexPtr()