Public Member Functions | Protected Attributes | List of all members
Eigen::internal::MeanReducer< T > 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 MeanReducer ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reduce (const T t, T *accum)
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reducePacket (const Packet &p, Packet *accum)
 

Protected Attributes

DenseIndex packetCount_
 
DenseIndex scalarCount_
 

Detailed Description

template<typename T>
struct Eigen::internal::MeanReducer< T >

Definition at line 111 of file TensorFunctors.h.

Constructor & Destructor Documentation

◆ MeanReducer()

Definition at line 114 of file TensorFunctors.h.

Member Function Documentation

◆ finalize()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::finalize ( const T  accum) const
inline

Definition at line 135 of file TensorFunctors.h.

◆ finalizeBoth()

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::finalizeBoth ( const T  saccum,
const Packet vaccum 
) const
inline

Definition at line 144 of file TensorFunctors.h.

◆ finalizePacket()

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MeanReducer< T >::finalizePacket ( const Packet vaccum) const
inline

Definition at line 140 of file TensorFunctors.h.

◆ initialize()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::initialize ( void  ) const
inline

Definition at line 127 of file TensorFunctors.h.

◆ initializePacket()

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MeanReducer< T >::initializePacket ( ) const
inline

Definition at line 132 of file TensorFunctors.h.

◆ reduce()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MeanReducer< T >::reduce ( const T  t,
T accum 
)
inline

Definition at line 116 of file TensorFunctors.h.

◆ reducePacket()

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MeanReducer< T >::reducePacket ( const Packet p,
Packet accum 
)
inline

Definition at line 122 of file TensorFunctors.h.

Member Data Documentation

◆ packetCount_

template<typename T >
DenseIndex Eigen::internal::MeanReducer< T >::packetCount_
protected

Definition at line 154 of file TensorFunctors.h.

◆ scalarCount_

template<typename T >
DenseIndex Eigen::internal::MeanReducer< T >::scalarCount_
protected

Definition at line 153 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