MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / rows

Method rows

include/fiss_planner/Eigen/src/Core/ArrayWrapper.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 inline ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
57
58 inline Index rows() const { return m_expression.rows(); }
59 inline Index cols() const { return m_expression.cols(); }
60 inline Index outerStride() const { return m_expression.outerStride(); }
61 inline Index innerStride() const { return m_expression.innerStride(); }

Callers 1

rowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected