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

Method outerStride

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

Source from the content-addressed store, hash-verified

65 EIGEN_DEVICE_FUNC
66 inline Index cols() const { return m_expression.cols(); }
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

Callers 1

outerStrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected