MCPcopy Create free account
hub / github.com/PX4/eigen / data

Method data

Eigen/src/Core/PlainObjectBase.h:255–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254 /** \returns a const pointer to the data array of this matrix */
255 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar *data() const
256 { return m_storage.data(); }
257
258 /** \returns a pointer to the data array of this matrix */
259 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar *data()

Callers 5

PlainObjectBaseClass · 0.45
PacketScalar packetMethod · 0.45
writePacketMethod · 0.45
_init2Method · 0.45
_init1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected