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

Method blockCols

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

Source from the content-addressed store, hash-verified

272 Index startCol() const { return IsRowMajor ? 0 : m_outerStart; }
273 Index blockRows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); }
274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); }
275
276 protected:
277

Callers

nothing calls this directly

Calls 2

colsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected