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

Method innerIndexPtr

Eigen/src/SparseCore/SparseBlock.h:224–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 { return m_matrix.valuePtr(); }
223
224 inline const StorageIndex* innerIndexPtr() const
225 { return m_matrix.innerIndexPtr(); }
226 inline StorageIndex* innerIndexPtr()
227 { return m_matrix.innerIndexPtr(); }
228

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected