Public Member Functions | List of all members
Eigen::internal::MinReducer< T, NaNPropagation > Struct Template Reference

#include <TensorFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize (const T accum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalizeBoth (const T saccum, const Packet &vaccum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet finalizePacket (const Packet &vaccum) 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 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
 

Detailed Description

template<typename T, int NaNPropagation = PropagateFast>
struct Eigen::internal::MinReducer< T, NaNPropagation >

Definition at line 237 of file TensorFunctors.h.

Member Function Documentation

◆ finalize()

template<typename T , int NaNPropagation = PropagateFast>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MinReducer< T, NaNPropagation >::finalize ( const T  accum) const
inline

Definition at line 255 of file TensorFunctors.h.

◆ finalizeBoth()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MinReducer< T, NaNPropagation >::finalizeBoth ( const T  saccum,
const Packet vaccum 
) const
inline

Definition at line 263 of file TensorFunctors.h.

◆ finalizePacket()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MinReducer< T, NaNPropagation >::finalizePacket ( const Packet vaccum) const
inline

Definition at line 259 of file TensorFunctors.h.

◆ initialize()

template<typename T , int NaNPropagation = PropagateFast>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MinReducer< T, NaNPropagation >::initialize ( void  ) const
inline

Definition at line 248 of file TensorFunctors.h.

◆ initializePacket()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MinReducer< T, NaNPropagation >::initializePacket ( ) const
inline

Definition at line 252 of file TensorFunctors.h.

◆ reduce()

template<typename T , int NaNPropagation = PropagateFast>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MinReducer< T, NaNPropagation >::reduce ( const T  t,
T accum 
) const
inline

Definition at line 239 of file TensorFunctors.h.

◆ reducePacket()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MinReducer< T, NaNPropagation >::reducePacket ( const Packet p,
Packet accum 
) const
inline

Definition at line 244 of file TensorFunctors.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:00