\returns the outer-stride of the underlying dense matrix * \sa DenseCoeffsBase::outerStride() */
| 316 | /** \returns the outer-stride of the underlying dense matrix |
| 317 | * \sa DenseCoeffsBase::outerStride() */ |
| 318 | EIGEN_DEVICE_FUNC inline Index outerStride() const { return derived().nestedExpression().outerStride(); } |
| 319 | /** \returns the inner-stride of the underlying dense matrix |
| 320 | * \sa DenseCoeffsBase::innerStride() */ |
| 321 | EIGEN_DEVICE_FUNC inline Index innerStride() const { return derived().nestedExpression().innerStride(); } |