| 62 | inline Index cols() const EIGEN_NOEXCEPT { return derived().cols(); } |
| 63 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 64 | inline Index outerStride() const EIGEN_NOEXCEPT { return derived().outerStride(); } |
| 65 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 66 | inline Index innerStride() const EIGEN_NOEXCEPT { return derived().innerStride(); } |
| 67 |