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

Function row

Eigen/src/plugins/BlockMethods.h:858–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856/**
857 * \sa col(), class Block */
858EIGEN_DEVICE_FUNC
859inline RowXpr row(Index i)
860{
861 return RowXpr(derived(), i);
862}
863
864/// This is the const version of row(). */
865EIGEN_DEVICE_FUNC

Callers 2

QuickSplitFunction · 0.50
reverseInPlaceMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected