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

Function pfirst

Eigen/src/Core/GenericPacketMath.h:315–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314/** \internal \returns the first element of a packet */
315template<typename Packet> EIGEN_DEVICE_FUNC inline typename unpacket_traits<Packet>::type pfirst(const Packet& a)
316{ return a; }
317
318/** \internal \returns a packet where the element i contains the sum of the packet of \a vec[i] */
319template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 15

predux<Packet16f>Function · 0.85
predux<Packet8d>Function · 0.85
predux_mul<Packet16f>Function · 0.85
predux_mul<Packet8d>Function · 0.85
predux_min<Packet16f>Function · 0.85
predux_min<Packet8d>Function · 0.85
predux_max<Packet16f>Function · 0.85
predux_max<Packet8d>Function · 0.85
predux<Packet4i>Function · 0.85
sqrtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected