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

Method isCompressed

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

Source from the content-addressed store, hash-verified

237 { return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); }
238
239 bool isCompressed() const { return m_matrix.innerNonZeroPtr()==0; }
240
241 inline Scalar& coeffRef(Index row, Index col)
242 {

Callers 13

analyzePatternMethod · 0.45
factorizeMethod · 0.45
operator()Method · 0.45
SparseMatrixClass · 0.45
RefFunction · 0.45
constructMethod · 0.45
sumMethod · 0.45
viewAsCholmodFunction · 0.45
analyzePatternMethod · 0.45
sparse_basicFunction · 0.45
call_ref_3Function · 0.45

Calls 1

innerNonZeroPtrMethod · 0.45

Tested by

no test coverage detected