SUNphi
1.0
|
Header file for the inclusion of all color types. More...
Go to the source code of this file.
Classes | |
struct | SUNphi::RwCol |
struct | SUNphi::CnCol |
struct | SUNphi::_TwinCompOf< RwCol > |
struct | SUNphi::_TwinCompOf< CnCol > |
struct | SUNphi::TwinTensCompOf< Col > |
Typedefs | |
using | SUNphi::Col = CnCol |
Functions | |
Conditional< 0, decltype(maybeUnused(NCOMPL)), void > | SUNphi::maybeUnusedFD () |
template<typename T > | |
decltype(auto) | SUNphi::rwCol (T &&ref, const int id) |
template<typename T > | |
decltype(auto) | SUNphi::cnCol (T &&ref, const int id) |
template<typename T > | |
decltype(auto) | SUNphi::col (T &&ref, const int id) |
Variables | |
constexpr const int | SUNphi::NCOL = 3 |
constexpr const int | SUNphi::NRW_Col = NCOL |
constexpr const int | SUNphi::NCN_Col = NCOL |
template<> | |
constexpr bool | SUNphi::hasTwin< RwCol > = true |
template<> | |
constexpr bool | SUNphi::hasTwin< CnCol > = true |
Header file for the inclusion of all color types.
Definition in file SUN.hpp.
using SUNphi::Col = typedef CnCol |
decltype(auto) SUNphi::cnCol | ( | T && | ref, |
const int | id | ||
) |
decltype(auto) SUNphi::col | ( | T && | ref, |
const int | id | ||
) |
< Name of the bindfun
Returns a binder to the only Rw Col or Cn Col type available
TensKind of binding expression
Tuple containing all Tk types
Check if row type is available
Check if column type is available
Check that not more than one type is available
Check that at least one type is available
ref | Quantity to be bound |
id | Component to bind |
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::rwCol | ( | T && | ref, |
const int | id | ||
) |
|
inline |
|
inline |
constexpr const int SUNphi::NCN_Col = NCOL |
constexpr const int SUNphi::NCOL = 3 |