|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | reduce (const T t, T *accum) const |
|
template<typename Packet > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | reducePacket (const Packet &p, Packet *accum) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | initialize () const |
|
template<typename Packet > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet | initializePacket () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | finalize (const T accum) const |
|
template<typename Packet > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet | finalizePacket (const Packet &vaccum) const |
|
template<typename Packet > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | finalizeBoth (const T saccum, const Packet &vaccum) const |
|
|
static const bool | PacketAccess = packet_traits<T>::HasMax |
|
static const bool | IsStateful = false |
|
The documentation for this struct was generated from the following file: