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

Method innerStride

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

Source from the content-addressed store, hash-verified

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
172 EIGEN_DEVICE_FUNC
173 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }

Callers

nothing calls this directly

Calls 1

innerStrideMethod · 0.45

Tested by

no test coverage detected