\returns a const pointer to the array of the number of non zeros of the inner vectors. * This function is aimed at interoperability with other libraries. * \warning it returns the null pointer 0 in compressed mode */
| 173 | * This function is aimed at interoperability with other libraries. |
| 174 | * \warning it returns the null pointer 0 in compressed mode */ |
| 175 | inline const StorageIndex* innerNonZeroPtr() const { return m_innerNonZeros; } |
| 176 | /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors. |
| 177 | * This function is aimed at interoperability with other libraries. |
| 178 | * \warning it returns the null pointer 0 in compressed mode */ |
no outgoing calls
no test coverage detected