| 862 | inline Index nonZeros() const { return m_nonzeros; } |
| 863 | |
| 864 | inline BlockScalarReturnType *valuePtr() {return static_cast<BlockScalarReturnType *>(m_values);} |
| 865 | // inline Scalar *valuePtr(){ return m_values; } |
| 866 | inline StorageIndex *innerIndexPtr() {return m_indices; } |
| 867 | inline const StorageIndex *innerIndexPtr() const {return m_indices; } |