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

Method data

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

Source from the content-addressed store, hash-verified

66 }
67
68 EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
69 EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); }
70
71 EIGEN_DEVICE_FUNC inline const Scalar& coeffRef(Index rowId, Index colId) const {

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected