\returns a const pointer to the array of the starting positions of the inner vectors. * This function is aimed at interoperability with other libraries. * \warning it returns the null pointer 0 for SparseVector * \sa valuePtr(), innerIndexPtr() */
| 88 | * \warning it returns the null pointer 0 for SparseVector |
| 89 | * \sa valuePtr(), innerIndexPtr() */ |
| 90 | inline const StorageIndex* outerIndexPtr() const { return derived().outerIndexPtr(); } |
| 91 | /** \returns a non-const pointer to the array of the starting positions of the inner vectors. |
| 92 | * This function is aimed at interoperability with other libraries. |
| 93 | * \warning it returns the null pointer 0 for SparseVector |
no outgoing calls
no test coverage detected