|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class obj> | |
| Lattice< obj > | pow (const Lattice< obj > &rhs_i, RealD y) |
| template<class obj> | |
| Lattice< obj > | mod (const Lattice< obj > &rhs_i, Integer y) |
| template<class obj> | |
| Lattice< obj > | div (const Lattice< obj > &rhs_i, Integer y) |
| template<class obj> | |
| Lattice< obj > | expMat (const Lattice< obj > &rhs_i, RealD alpha, Integer Nexp=DEFAULT_MAT_EXP) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
Definition at line 36 of file Lattice_unary.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and Lattice< vobj >::Grid().
Referenced by BINARY_RSCALAR(), BINARY_RSCALAR(), blockNormalise(), WilsonFermion5D< Impl >::MomentumSpacePropagatorHt_5d(), bigfloat::pow_bf, bigfloat::pow_bf, Smear_HISQ< Gimpl >::projectU3(), ImplicitlyRestartedLanczosSmoothedTester< Fobj, CComplex, nbasis >::ReconstructEval(), Smear_Stout< Gimpl >::set_uw(), MobiusEOFAFermion< Impl >::SetCoefficientsPrecondShiftOps(), SubGroupHeatBath(), ImplicitlyRestartedLanczosHermOpTester< Field >::TestConvergence(), and ImplicitlyRestartedLanczosSmoothedTester< Fobj, CComplex, nbasis >::TestConvergence().
Definition at line 46 of file Lattice_unary.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and Lattice< vobj >::Grid().
Referenced by DDHMCFilter< GaugeField >::applyFilter(), DirichletFilter< MomentaField >::applyFilter(), BINARY_RSCALAR(), CoarsenedMatrix< Fobj, CComplex, nbasis >::CoarsenOperator(), StaggeredImpl< vComplex, FundamentalRepresentation >::DoubleStore(), StaggeredVec5dImpl< vComplex, FundamentalRepresentation >::DoubleStore(), and generator().
Definition at line 57 of file Lattice_unary.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, LatticeAccelerator< vobj >::Checkerboard(), and Lattice< vobj >::Grid().
Referenced by BINARY_RSCALAR(), CoarsenedMatrix< Fobj, CComplex, nbasis >::CoarsenOperator(), and FFT::FFT_dim().
| Lattice< obj > expMat | ( | const Lattice< obj > & | rhs_i, |
| RealD | alpha, | ||
| Integer | Nexp = DEFAULT_MAT_EXP ) |
Definition at line 68 of file Lattice_unary.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, DEFAULT_MAT_EXP, and Lattice< vobj >::Grid().
| NAMESPACE_END | ( | Grid | ) |