Path Tracer
Public Types | Public Member Functions | List of all members
Eigen::half Struct Reference
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 (const __half_raw &h)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half (bool b)
 
template<class T >
EIGEN_DEVICE_FUNC half (const 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 (const __half_raw &h)
 
- Public Member Functions inherited from Eigen::half_impl::__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
 

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