MCPcopy Create free account
hub / github.com/dblalock/bolt / data

Method data

cpp/src/external/eigen/src/Core/ArrayWrapper.h:212–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 inline Index innerStride() const { return m_expression.innerStride(); }
211
212 EIGEN_DEVICE_FUNC
213 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
214 EIGEN_DEVICE_FUNC
215 inline const Scalar* data() const { return m_expression.data(); }
216

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected