MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / data

Method data

Externals/eigen/Eigen/src/Core/ArrayWrapper.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 inline Index innerStride() const { return m_expression.innerStride(); }
57
58 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
59 inline const Scalar* data() const { return m_expression.data(); }
60
61 inline CoeffReturnType coeff(Index rowId, Index colId) const

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected