|
SUNphi
1.0
|
Header file for the definition of complex numbers. More...
Go to the source code of this file.
Classes | |
| struct | SUNphi::Compl |
Functions | |
| Conditional< 0, decltype(maybeUnused(NCOMPL)), void > | SUNphi::maybeUnusedFD () |
| template<typename T > | |
| decltype(auto) | SUNphi::reIm (T &&ref, const int id) |
| template<typename T > | |
| decltype(auto) | SUNphi::real (T &&ref) |
| Returns a reference to the real part. | |
| template<typename T > | |
| decltype(auto) | SUNphi::imag (T &&ref) |
| Returns a reference to the imag part. | |
Variables | |
| constexpr const int | SUNphi::NCOMPL = 2 |
| constexpr int | SUNphi::REAL_PART_ID |
Index of the real part of a Compl. More... | |
| constexpr int | SUNphi::IMAG_PART_ID |
Index of the imag part of a Compl. More... | |
Header file for the definition of complex numbers.
Definition in file Compl.hpp.
| Conditional< 0, decltype(maybeUnused(hasTwin< CnCol >)), void > SUNphi::maybeUnusedFD | ( | ) |
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
Forward declaration of a dummy function, used to suppress "Unused variable" warning
| decltype(auto) SUNphi::reIm | ( | T && | ref, |
| const int | id | ||
| ) |
| constexpr int SUNphi::IMAG_PART_ID |
| constexpr const int SUNphi::NCOMPL = 2 |