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

Method innerIndexPtr

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

\returns a const pointer to the array of inner indices. * This function is aimed at interoperability with other libraries. * \sa valuePtr(), outerIndexPtr() */

Source from the content-addressed store, hash-verified

78 * This function is aimed at interoperability with other libraries.
79 * \sa valuePtr(), outerIndexPtr() */
80 inline const StorageIndex* innerIndexPtr() const { return derived().innerIndexPtr(); }
81 /** \returns a non-const pointer to the array of inner indices.
82 * This function is aimed at interoperability with other libraries.
83 * \sa valuePtr(), outerIndexPtr() */

Callers 3

InnerIteratorMethod · 0.45
ReverseInnerIteratorMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected