|
SUNphi
1.0
|
Internal checks. More...
Classes | |
| struct | Tc1 |
| struct | Tc2 |
Typedefs | |
| using | Tk = TensKind< Tc1, Tc2 > |
| TensorKind of the expression. | |
| using | T = Tens< Tk, double > |
| Tensor class of the expression. | |
Functions | |
| Conditional< 0, decltype(maybeUnused(NNTC1)), void > | maybeUnusedFD () |
| template<typename T > | |
| decltype(auto) | tc1 (T &&ref, const int id) |
| template<typename T > | |
| decltype(auto) | tc2 (T &&ref, const int id) |
| template<typename T > | |
| T | wire (T t) |
| Function returning the argument. More... | |
Variables | |
| constexpr const int | NNTC1 = 1 |
| constexpr const int | NNTC2 = 2 |
Internal checks.
| Conditional< 0, decltype(maybeUnused(NNTC2)), void > SUNphi::_RelBindInternalChecks::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
| decltype(auto) SUNphi::_RelBindInternalChecks::tc1 | ( | T && | ref, |
| const int | id | ||
| ) |
Get a reference to the Tc1 component id of ref
| ref | Quantity to be bind |
| id | Component to bind |
Definition at line 253 of file RelBind.hpp.
| decltype(auto) SUNphi::_RelBindInternalChecks::tc2 | ( | T && | ref, |
| const int | id | ||
| ) |
Get a reference to the Tc2 component id of ref
| ref | Quantity to be bind |
| id | Component to bind |
Definition at line 255 of file RelBind.hpp.
Function returning the argument.
| t | Argument to be returned |
Definition at line 267 of file RelBind.hpp.
| constexpr const int SUNphi::_RelBindInternalChecks::NNTC1 = 1 |
Maximal value for TensKind of type Tc1
Definition at line 253 of file RelBind.hpp.
| constexpr const int SUNphi::_RelBindInternalChecks::NNTC2 = 2 |
Maximal value for TensKind of type Tc2
Definition at line 255 of file RelBind.hpp.