MCPcopy Create free account
hub / github.com/abess-team/abess / innerStride

Method innerStride

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

Source from the content-addressed store, hash-verified

67 EIGEN_DEVICE_FUNC
68 inline Index outerStride() const { return m_expression.outerStride(); }
69 EIGEN_DEVICE_FUNC
70 inline Index innerStride() const { return m_expression.innerStride(); }
71
72 EIGEN_DEVICE_FUNC
73 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }

Callers 1

innerStrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected