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