CHROMA
|
Gaussian smearing of color std::vector. More...
#include "chromabase.h"
#include "meas/smear/gaus_smear.h"
#include "actions/boson/operator/klein_gord.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<typename T > | |
void | Chroma::gausSmear (const multi1d< LatticeColorMatrix > &u, T &chi, const Real &width, int ItrGaus, int j_decay) |
Do a covariant Gaussian smearing of a lattice field. More... | |
void | Chroma::gausSmear (const multi1d< LatticeColorMatrix > &u, LatticeColorVector &chi, const Real &width, int ItrGaus, int j_decay) |
Do a covariant Gaussian smearing of a lattice color std::vector field. More... | |
void | Chroma::gausSmear (const multi1d< LatticeColorMatrix > &u, LatticeStaggeredPropagator &chi, const Real &width, int ItrGaus, int j_decay) |
Do a covariant Gaussian smearing of a lattice propagator field. More... | |
void | Chroma::gausSmear (const multi1d< LatticeColorMatrix > &u, LatticePropagator &chi, const Real &width, int ItrGaus, int j_decay) |
Do a covariant Gaussian smearing of a lattice propagator field. More... | |
Gaussian smearing of color std::vector.
Definition in file gaus_smear.cc.