MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / col

Function col

include/Eigen/Eigen/src/plugins/BlockMethods.h:1096–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094/**
1095 * \sa row(), class Block */
1096EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
1097ColXpr col(Index i)
1098{
1099 return ColXpr(derived(), i);
1100}
1101
1102/// This is the const version of col().
1103EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE

Callers 1

reverseInPlaceMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected