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

Method outerIndexPtr

Eigen/src/SparseCore/SparseBlock.h:229–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 { return m_matrix.innerIndexPtr(); }
228
229 inline const StorageIndex* outerIndexPtr() const
230 { return m_matrix.outerIndexPtr() + m_outerStart; }
231 inline StorageIndex* outerIndexPtr()
232 { return m_matrix.outerIndexPtr() + m_outerStart; }
233

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected