WPILibC++ 2023.4.3-108-ge5452e3
Eigen::half Struct Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/arch/Default/Half.h>

Inheritance diagram for Eigen::half:
Eigen::half_impl::half_base Eigen::half_impl::__half_raw

Public Types

typedef half_impl::__half_raw __half_raw
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half (const __half_raw &h)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half (bool b)
 
template<class T >
EIGEN_DEVICE_FUNC half (T val)
 
EIGEN_DEVICE_FUNC half (float f)
 
template<typename RealScalar >
EIGEN_DEVICE_FUNC half (std::complex< RealScalar > c)
 
EIGEN_DEVICE_FUNC operator float () const
 
- Public Member Functions inherited from Eigen::half_impl::half_base
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half_base ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half_base (const __half_raw &h)
 
- Public Member Functions inherited from Eigen::half_impl::__half_raw
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw (numext::uint16_t raw)
 

Additional Inherited Members

- Public Attributes inherited from Eigen::half_impl::__half_raw
numext::uint16_t x
 

Member Typedef Documentation

◆ __half_raw

Constructor & Destructor Documentation

◆ half() [1/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::half::half ( )
inline

◆ half() [2/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::half::half ( const __half_raw h)
inline

◆ half() [3/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::half::half ( bool  b)
inlineexplicit

◆ half() [4/6]

template<class T >
EIGEN_DEVICE_FUNC Eigen::half::half ( val)
inlineexplicit

◆ half() [5/6]

EIGEN_DEVICE_FUNC Eigen::half::half ( float  f)
inlineexplicit

◆ half() [6/6]

template<typename RealScalar >
EIGEN_DEVICE_FUNC Eigen::half::half ( std::complex< RealScalar >  c)
inlineexplicit

Member Function Documentation

◆ operator float()

EIGEN_DEVICE_FUNC Eigen::half::operator float ( ) const
inline

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