|
Grid 0.7.0
|
Functions | |
| template<class covariant, class gauge> | |
| Lattice< covariant > | CovShiftForward (const Lattice< gauge > &Link, int mu, const Lattice< covariant > &field) |
| template<class covariant, class gauge> | |
| Lattice< covariant > | CovShiftBackward (const Lattice< gauge > &Link, int mu, const Lattice< covariant > &field) |
| template<class gauge> | |
| Lattice< gauge > | CovShiftIdentityBackward (const Lattice< gauge > &Link, int mu) |
| template<class gauge> | |
| Lattice< gauge > | CovShiftIdentityForward (const Lattice< gauge > &Link, int mu) |
| template<class gauge> | |
| Lattice< gauge > | ShiftStaple (const Lattice< gauge > &Link, int mu) |
| template<class gauge, class Expr, typename std::enable_if< is_lattice_expr< Expr >::value, void >::type * = nullptr> | |
| auto | CovShiftForward (const Lattice< gauge > &Link, int mu, const Expr &expr) -> decltype(closure(expr)) |
| template<class gauge, class Expr, typename std::enable_if< is_lattice_expr< Expr >::value, void >::type * = nullptr> | |
| auto | CovShiftBackward (const Lattice< gauge > &Link, int mu, const Expr &expr) -> decltype(closure(expr)) |
| template<class gauge> | |
| Lattice< gauge > | CshiftLink (const Lattice< gauge > &Link, int mu, int shift) |
| Lattice< covariant > PeriodicBC::CovShiftForward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Lattice< covariant > & | field ) |
Definition at line 41 of file CovariantCshift.h.
References Cshift().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftForward(), CovShiftForward(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::CovShiftForward().
| Lattice< covariant > PeriodicBC::CovShiftBackward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Lattice< covariant > & | field ) |
Definition at line 48 of file CovariantCshift.h.
References adj(), Cshift(), and Lattice< vobj >::Grid().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftBackward(), CovShiftBackward(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::CovShiftBackward().
| Lattice< gauge > PeriodicBC::CovShiftIdentityBackward | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 58 of file CovariantCshift.h.
References adj(), and Cshift().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftIdentityBackward(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::CovShiftIdentityBackward().
| Lattice< gauge > PeriodicBC::CovShiftIdentityForward | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 64 of file CovariantCshift.h.
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftIdentityForward(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::CovShiftIdentityForward().
| Lattice< gauge > PeriodicBC::ShiftStaple | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 70 of file CovariantCshift.h.
References Cshift().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::ShiftStaple(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::ShiftStaple().
| auto PeriodicBC::CovShiftForward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Expr & | expr ) -> decltype(closure(expr)) |
Definition at line 76 of file CovariantCshift.h.
References closure(), and CovShiftForward().
| auto PeriodicBC::CovShiftBackward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Expr & | expr ) -> decltype(closure(expr)) |
Definition at line 84 of file CovariantCshift.h.
References closure(), and CovShiftBackward().
| Lattice< gauge > PeriodicBC::CshiftLink | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| int | shift ) |
Definition at line 94 of file CovariantCshift.h.
References Cshift().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CshiftLink(), and PeriodicGaugeImpl< GaugeImplTypes< S, Representation::Dimension > >::CshiftLink().