Inheritance diagram for Eigen::half:Public Types | |
| typedef half_impl::__half_raw | __half_raw |
Public Member Functions | |
| EIGEN_CONSTEXPR | half () |
| EIGEN_CONSTEXPR | half (bool b) |
| EIGEN_CONSTEXPR | half (const __half_raw &h) |
| half (float f) | |
| template<typename RealScalar > | |
| half (std::complex< RealScalar > c) | |
| template<class T > | |
| half (T val) | |
| operator float () const | |
Public Member Functions inherited from Eigen::half_impl::half_base | |
| EIGEN_CONSTEXPR | half_base () |
| EIGEN_CONSTEXPR | half_base (const __half_raw &h) |
Public Member Functions inherited from Eigen::half_impl::__half_raw | |
| EIGEN_CONSTEXPR | __half_raw () |
| EIGEN_CONSTEXPR | __half_raw (numext::uint16_t raw) |
Additional Inherited Members | |
Public Attributes inherited from Eigen::half_impl::__half_raw | |
| numext::uint16_t | x |
|
inline |
|
inline |
|
inlineexplicit |
Definition at line 178 of file Half.h.
|
inlineexplicit |