MCPcopy Create free account
hub / github.com/PX4/eigen / outerIndexPtr

Method outerIndexPtr

Eigen/src/SparseCore/SparseCompressedBase.h:90–90  ·  view source on GitHub ↗

\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() */

Source from the content-addressed store, hash-verified

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

Callers 3

InnerIteratorMethod · 0.45
ReverseInnerIteratorMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected