| 166 | inline Index cols() const EIGEN_NOEXCEPT { return m_expression.cols(); } |
| 167 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 168 | inline Index outerStride() const EIGEN_NOEXCEPT { return m_expression.outerStride(); } |
| 169 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 170 | inline Index innerStride() const EIGEN_NOEXCEPT { return m_expression.innerStride(); } |
| 171 |
nothing calls this directly
no test coverage detected