MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / data

Method data

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

Source from the content-addressed store, hash-verified

145 }
146
147 EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
148 EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); }
149
150 EIGEN_DEVICE_FUNC inline const Scalar& coeffRef(Index rowId, Index colId) const {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected