Public Member Functions | Public Attributes | List of all members
Eigen::internal::TensorUInt128< HIGH, LOW > Struct Template Reference

#include <TensorUInt128.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LOW lower () const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE operator LOW () const
 
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128operator= (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other)
 
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other)
 
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (const T &x)
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (HIGH y, LOW x)
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH upper () const
 

Public Attributes

HIGH high
 
LOW low
 

Detailed Description

template<typename HIGH = uint64_t, typename LOW = uint64_t>
struct Eigen::internal::TensorUInt128< HIGH, LOW >

Definition at line 33 of file TensorUInt128.h.

Constructor & Destructor Documentation

◆ TensorUInt128() [1/3]

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( const TensorUInt128< OTHER_HIGH, OTHER_LOW > &  other)
inline

Definition at line 40 of file TensorUInt128.h.

◆ TensorUInt128() [2/3]

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( const T x)
inlineexplicit

Definition at line 57 of file TensorUInt128.h.

◆ TensorUInt128() [3/3]

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( HIGH  y,
LOW  x 
)
inline

Definition at line 63 of file TensorUInt128.h.

Member Function Documentation

◆ lower()

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LOW Eigen::internal::TensorUInt128< HIGH, LOW >::lower ( ) const
inline

Definition at line 68 of file TensorUInt128.h.

◆ operator LOW()

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::operator LOW ( ) const
inline

Definition at line 65 of file TensorUInt128.h.

◆ operator=()

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128& Eigen::internal::TensorUInt128< HIGH, LOW >::operator= ( const TensorUInt128< OTHER_HIGH, OTHER_LOW > &  other)
inline

Definition at line 47 of file TensorUInt128.h.

◆ upper()

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH Eigen::internal::TensorUInt128< HIGH, LOW >::upper ( ) const
inline

Definition at line 71 of file TensorUInt128.h.

Member Data Documentation

◆ high

template<typename HIGH = uint64_t, typename LOW = uint64_t>
HIGH Eigen::internal::TensorUInt128< HIGH, LOW >::high

Definition at line 35 of file TensorUInt128.h.

◆ low

template<typename HIGH = uint64_t, typename LOW = uint64_t>
LOW Eigen::internal::TensorUInt128< HIGH, LOW >::low

Definition at line 36 of file TensorUInt128.h.


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


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