| 313 | |
| 314 | /** \internal \returns the first element of a packet */ |
| 315 | template<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] */ |
| 319 | template<typename Packet> EIGEN_DEVICE_FUNC inline Packet |
no outgoing calls
no test coverage detected