MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / outerStride

Method outerStride

include/Eigen/Eigen/src/Core/ArrayWrapper.h:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

outerStrideMethod · 0.45

Tested by

no test coverage detected