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

Method innerNonZeroPtr

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

173 * This function is aimed at interoperability with other libraries.
174 * \warning it returns the null pointer 0 in compressed mode */
175 inline const StorageIndex* innerNonZeroPtr() const { return m_innerNonZeros; }
176 /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors.
177 * This function is aimed at interoperability with other libraries.
178 * \warning it returns the null pointer 0 in compressed mode */

Callers 6

analyzePatternMethod · 0.45
factorizeMethod · 0.45
constructMethod · 0.45
viewAsCholmodFunction · 0.45
factorizeMethod · 0.45
sparse_basicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected