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

Method load

test/packetmath.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73{
74 template<typename T>
75 inline Packet load(const T* from) const { return internal::pload<Packet>(from); }
76
77 template<typename T>
78 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }

Callers 3

packetmath_realFunction · 0.45
initNavTreeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected