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

Method cols

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

Source from the content-addressed store, hash-verified

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; }
270 inline SparseMatrixType& nestedExpression() { return m_matrix; }

Callers 4

colsMethod · 0.45
blockColsMethod · 0.45
blockColsMethod · 0.45
BlockImplMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected