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

Method innerNonZeroPtr

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

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

Source from the content-addressed store, hash-verified

98 * This function is aimed at interoperability with other libraries.
99 * \warning it returns the null pointer 0 in compressed mode */
100 inline const StorageIndex* innerNonZeroPtr() const { return derived().innerNonZeroPtr(); }
101 /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors.
102 * This function is aimed at interoperability with other libraries.
103 * \warning it returns the null pointer 0 in compressed mode */

Callers 3

InnerIteratorMethod · 0.45
ReverseInnerIteratorMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected