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

Method valuePtr

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

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

Source from the content-addressed store, hash-verified

69 * This function is aimed at interoperability with other libraries.
70 * \sa innerIndexPtr(), outerIndexPtr() */
71 inline const Scalar* valuePtr() const { return derived().valuePtr(); }
72 /** \returns a non-const pointer to the array of values.
73 * This function is aimed at interoperability with other libraries.
74 * \sa innerIndexPtr(), outerIndexPtr() */

Callers 3

InnerIteratorMethod · 0.45
ReverseInnerIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected