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

Method blockRows

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

Source from the content-addressed store, hash-verified

271 Index startRow() const { return IsRowMajor ? m_outerStart : 0; }
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:

Calls 2

valueMethod · 0.45
rowsMethod · 0.45

Tested by

no test coverage detected