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

Method rows

Eigen/src/Core/PlainObjectBase.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 EIGEN_DEVICE_FUNC
151 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); }
152 EIGEN_DEVICE_FUNC
153 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); }
154

Callers 9

PlainObjectBaseClass · 0.45
PacketScalar packetMethod · 0.45
writePacketMethod · 0.45
resizeLikeMethod · 0.45
_resize_to_matchMethod · 0.45
_init1Method · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected