\returns the outer-stride of the underlying dense matrix * \sa DenseCoeffsBase::outerStride() */
| 369 | /** \returns the outer-stride of the underlying dense matrix |
| 370 | * \sa DenseCoeffsBase::outerStride() */ |
| 371 | EIGEN_DEVICE_FUNC |
| 372 | inline Index outerStride() const { return derived().nestedExpression().outerStride(); } |
| 373 | /** \returns the inner-stride of the underlying dense matrix |
| 374 | * \sa DenseCoeffsBase::innerStride() */ |
| 375 | EIGEN_DEVICE_FUNC |