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

Method rows

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

Source from the content-addressed store, hash-verified

264 }
265
266 EIGEN_STRONG_INLINE Index rows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); }
267 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); }
268
269 inline const SparseMatrixType& nestedExpression() const { return m_matrix; }

Callers 4

rowsMethod · 0.45
blockRowsMethod · 0.45
blockRowsMethod · 0.45
BlockImplMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected