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

Function col

Eigen/src/plugins/BlockMethods.h:837–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835/**
836 * \sa row(), class Block */
837EIGEN_DEVICE_FUNC
838inline ColXpr col(Index i)
839{
840 return ColXpr(derived(), i);
841}
842
843/// This is the const version of col().
844EIGEN_DEVICE_FUNC

Callers 1

reverseInPlaceMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected