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

Method outerIndexPtr

Eigen/src/SparseCore/SparseMatrix.h:166–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

164 * This function is aimed at interoperability with other libraries.
165 * \sa valuePtr(), innerIndexPtr() */
166 inline const StorageIndex* outerIndexPtr() const { return m_outerIndex; }
167 /** \returns a non-const pointer to the array of the starting positions of the inner vectors.
168 * This function is aimed at interoperability with other libraries.
169 * \sa valuePtr(), innerIndexPtr() */

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

no outgoing calls

Tested by

no test coverage detected