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

Method data

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

Source from the content-addressed store, hash-verified

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

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected