|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<int Index, class vobj> | |
| auto | TraceIndex (const Lattice< vobj > &lhs) -> Lattice< decltype(traceIndex< Index >(vobj()))> |
| template<int N, class Vec> | |
| Lattice< iScalar< iScalar< iScalar< Vec > > > > | Determinant (const Lattice< iScalar< iScalar< iMatrix< Vec, N > > > > &Umu) |
| template<int N> | |
| Lattice< iScalar< iScalar< iMatrix< vComplexD, N > > > > | Inverse (const Lattice< iScalar< iScalar< iMatrix< vComplexD, N > > > > &Umu) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
|
inline |
Definition at line 58 of file Lattice_trace.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, and autoView.
Referenced by GparityWilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::InsertForce4D(), StaggeredImpl< vComplex, FundamentalRepresentation >::InsertForce4D(), WilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::InsertForce4D(), and WilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::TraceSpinImpl().
| Lattice< iScalar< iScalar< iScalar< Vec > > > > Determinant | ( | const Lattice< iScalar< iScalar< iMatrix< Vec, N > > > > & | Umu | ) |
Definition at line 70 of file Lattice_trace.h.
References autoView, CpuRead, CpuWrite, imag(), GridBase::LocalIndexToLocalCoor(), GridBase::lSites(), peekLocalSite(), pokeLocalSite(), real(), and thread_for.
Referenced by SmearedConfigurationMasked< Gimpl >::logDetJacobianLevel(), LatticeMatrix< ncolour, group_name >::ProjectOnSpecialGroup(), reconstructSU(), and su2Extract().
| Lattice< iScalar< iScalar< iMatrix< vComplexD, N > > > > Inverse | ( | const Lattice< iScalar< iScalar< iMatrix< vComplexD, N > > > > & | Umu | ) |
Definition at line 98 of file Lattice_trace.h.
References autoView, CpuRead, CpuWrite, GridBase::LocalIndexToLocalCoor(), GridBase::lSites(), peekLocalSite(), pokeLocalSite(), and thread_for.
Referenced by SmearedConfigurationMasked< Gimpl >::logDetJacobianForceLevel().
| NAMESPACE_END | ( | Grid | ) |