MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / row

Function row

dependency/densecrf/include/Eigen/src/plugins/BlockMethods.h:1117–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115/**
1116 * \sa col(), class Block */
1117EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
1118RowXpr row(Index i)
1119{
1120 return RowXpr(derived(), i);
1121}
1122
1123/// This is the const version of row(). */
1124EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE

Callers 3

QuickSplitFunction · 0.50
reverseInPlaceMethod · 0.50
coeff_visitorClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected