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