|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| accelerator_inline ComplexD | transpose (ComplexD &rhs) |
| accelerator_inline ComplexF | transpose (ComplexF &rhs) |
| accelerator_inline RealD | transpose (RealD &rhs) |
| accelerator_inline RealF | transpose (RealF &rhs) |
| template<class vtype, int N> | |
| accelerator_inline std::enable_if< isGridTensor< vtype >::value, iMatrix< vtype, N > >::type | transpose (iMatrix< vtype, N > arg) |
| template<class vtype, int N> | |
| accelerator_inline std::enable_if< isGridTensor< vtype >::notvalue, iMatrix< vtype, N > >::type | transpose (iMatrix< vtype, N > arg) |
| template<class vtype> | |
| accelerator_inline std::enable_if< isGridTensor< vtype >::value, iScalar< vtype > >::type | transpose (iScalar< vtype > arg) |
| template<class vtype> | |
| accelerator_inline std::enable_if< isGridTensor< vtype >::notvalue, iScalar< vtype > >::type | transpose (iScalar< vtype > arg) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
| accelerator_inline ComplexD transpose | ( | ComplexD & | rhs | ) |
Definition at line 37 of file Tensor_transpose.h.
References accelerator_inline.
Referenced by LatticeTwoIndexMatrix< ncolour, S, group_name >::generator(), GRID_DEF_UNOP(), SmearedConfigurationMasked< Gimpl >::logDetJacobianForceLevel(), LatticeAdjMatrix< ncolour >::testGenerators(), transpose(), transpose(), and TwoIndexRep< Nc, Symmetric, GroupName::SU >::update_representation().
| accelerator_inline ComplexF transpose | ( | ComplexF & | rhs | ) |
Definition at line 38 of file Tensor_transpose.h.
References accelerator_inline.
| accelerator_inline RealD transpose | ( | RealD & | rhs | ) |
Definition at line 39 of file Tensor_transpose.h.
References accelerator_inline.
| accelerator_inline RealF transpose | ( | RealF & | rhs | ) |
Definition at line 40 of file Tensor_transpose.h.
References accelerator_inline.
| accelerator_inline std::enable_if< isGridTensor< vtype >::value, iMatrix< vtype, N > >::type transpose | ( | iMatrix< vtype, N > | arg | ) |
Definition at line 44 of file Tensor_transpose.h.
References iMatrix< vtype, N >::_internal, and transpose().
| accelerator_inline std::enable_if< isGridTensor< vtype >::notvalue, iMatrix< vtype, N > >::type transpose | ( | iMatrix< vtype, N > | arg | ) |
Definition at line 55 of file Tensor_transpose.h.
References iMatrix< vtype, N >::_internal.
| accelerator_inline std::enable_if< isGridTensor< vtype >::value, iScalar< vtype > >::type transpose | ( | iScalar< vtype > | arg | ) |
Definition at line 67 of file Tensor_transpose.h.
References iScalar< vtype >::_internal, and transpose().
| accelerator_inline std::enable_if< isGridTensor< vtype >::notvalue, iScalar< vtype > >::type transpose | ( | iScalar< vtype > | arg | ) |
Definition at line 76 of file Tensor_transpose.h.
References iScalar< vtype >::_internal.
| NAMESPACE_END | ( | Grid | ) |