Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PlainObjectBase
Class · 0.45
PacketScalar packet
Method · 0.45
writePacket
Method · 0.45
resizeLike
Method · 0.45
EIGEN_STRONG_INLINE PlainObjectBase
Method · 0.45
_resize_to_match
Method · 0.45
_init1
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected