Public Member Functions | Private Types | Private Attributes | List of all members
Eigen::internal::TensorIntDivisor< T, div_gt_one > Struct Template Reference

#include <TensorIntDiv.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEdivide (const T numerator) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorIntDivisor ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorIntDivisor (const T divider)
 

Private Types

typedef DividerTraits< T >::type UnsignedType
 

Private Attributes

UnsignedType multiplier
 
int32_t shift1
 
int32_t shift2
 

Detailed Description

template<typename T, bool div_gt_one = false>
struct Eigen::internal::TensorIntDivisor< T, div_gt_one >

Definition at line 134 of file TensorIntDiv.h.

Member Typedef Documentation

template<typename T, bool div_gt_one = false>
typedef DividerTraits<T>::type Eigen::internal::TensorIntDivisor< T, div_gt_one >::UnsignedType
private

Definition at line 174 of file TensorIntDiv.h.

Constructor & Destructor Documentation

template<typename T, bool div_gt_one = false>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::TensorIntDivisor< T, div_gt_one >::TensorIntDivisor ( )
inline

Definition at line 136 of file TensorIntDiv.h.

template<typename T, bool div_gt_one = false>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::TensorIntDivisor< T, div_gt_one >::TensorIntDivisor ( const T  divider)
inline

Definition at line 145 of file TensorIntDiv.h.

Member Function Documentation

template<typename T, bool div_gt_one = false>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::TensorIntDivisor< T, div_gt_one >::divide ( const T  numerator) const
inline

Definition at line 164 of file TensorIntDiv.h.

Member Data Documentation

template<typename T, bool div_gt_one = false>
UnsignedType Eigen::internal::TensorIntDivisor< T, div_gt_one >::multiplier
private

Definition at line 175 of file TensorIntDiv.h.

template<typename T, bool div_gt_one = false>
int32_t Eigen::internal::TensorIntDivisor< T, div_gt_one >::shift1
private

Definition at line 176 of file TensorIntDiv.h.

template<typename T, bool div_gt_one = false>
int32_t Eigen::internal::TensorIntDivisor< T, div_gt_one >::shift2
private

Definition at line 177 of file TensorIntDiv.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:48