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

Method outerStride

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

Source from the content-addressed store, hash-verified

68 inline Index cols() const EIGEN_NOEXCEPT { return m_expression.cols(); }
69 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
70 inline Index outerStride() const EIGEN_NOEXCEPT { return m_expression.outerStride(); }
71 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
72 inline Index innerStride() const EIGEN_NOEXCEPT { return m_expression.innerStride(); }
73

Callers 1

outerStrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected