Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
837
EIGEN_DEVICE_FUNC
838
inline ColXpr col(Index i)
839
{
840
return ColXpr(derived(), i);
841
}
842
843
/// This is the const version of col().
844
EIGEN_DEVICE_FUNC
Callers
1
reverseInPlace
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected