MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / data

Method data

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

Source from the content-addressed store, hash-verified

61 inline Index innerStride() const { return m_expression.innerStride(); }
62
63 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
64 inline const Scalar* data() const { return m_expression.data(); }
65
66 inline CoeffReturnType coeff(Index rowId, Index colId) const

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected