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

Method innerIndexPtr

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

155 * This function is aimed at interoperability with other libraries.
156 * \sa valuePtr(), outerIndexPtr() */
157 inline const StorageIndex* innerIndexPtr() const { return m_data.indexPtr(); }
158 /** \returns a non-const pointer to the array of inner indices.
159 * This function is aimed at interoperability with other libraries.
160 * \sa valuePtr(), outerIndexPtr() */

Callers 15

analyzePattern_implMethod · 0.45
factorize_implMethod · 0.45
extractDataMethod · 0.45
_solve_implMethod · 0.45
c_to_fortran_numberingFunction · 0.45
fortran_to_c_numberingFunction · 0.45
analyzePatternMethod · 0.45
factorizeMethod · 0.45
MapMethod · 0.45
runMethod · 0.45
extractDataMethod · 0.45
determinantMethod · 0.45

Calls 1

indexPtrMethod · 0.80

Tested by

no test coverage detected