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

Method valuePtr

Eigen/src/SparseCore/SparseMatrix.h:148–148  ·  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

146 * This function is aimed at interoperability with other libraries.
147 * \sa innerIndexPtr(), outerIndexPtr() */
148 inline const Scalar* valuePtr() const { return m_data.valuePtr(); }
149 /** \returns a non-const pointer to the array of values.
150 * This function is aimed at interoperability with other libraries.
151 * \sa innerIndexPtr(), outerIndexPtr() */

Callers 15

analyzePattern_implMethod · 0.45
factorize_implMethod · 0.45
extractDataMethod · 0.45
_solve_implMethod · 0.45
analyzePatternMethod · 0.45
factorizeMethod · 0.45
MapMethod · 0.45
runMethod · 0.45
extractDataMethod · 0.45
determinantMethod · 0.45
factorizeMethod · 0.45
factorize_preorderedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected