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

Method data

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

Source from the content-addressed store, hash-verified

168 inline Index innerStride() const { return m_expression.innerStride(); }
169
170 EIGEN_DEVICE_FUNC
171 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
172 EIGEN_DEVICE_FUNC
173 inline const Scalar* data() const { return m_expression.data(); }
174

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected