|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class Field> | |
| void | HighBoundCheck (LinearOperatorBase< Field > &HermOp, Field &Phi, RealD hi) |
| template<class Field> | |
| void | ChebyBoundsCheck (LinearOperatorBase< Field > &HermOp, Field &GaussNoise, RealD lo, RealD hi) |
| template<class Field> | |
| void | InverseSqrtBoundsCheck (int MaxIter, double tol, LinearOperatorBase< Field > &HermOp, Field &GaussNoise, MultiShiftFunction &PowerNegHalf) |
| template<class Field> | |
| void | InversePowerBoundsCheck (int inv_pow, int MaxIter, double tol, LinearOperatorBase< Field > &HermOp, Field &GaussNoise, MultiShiftFunction &ApproxNegPow) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
| void HighBoundCheck | ( | LinearOperatorBase< Field > & | HermOp, |
| Field & | Phi, | ||
| RealD | hi ) |
Definition at line 6 of file Bounds.h.
References GridLogMessage.
Referenced by GeneralEvenOddRatioRationalPseudoFermionAction< Impl >::S(), OneFlavourEvenOddRationalPseudoFermionAction< Impl >::S(), OneFlavourRationalPseudoFermionAction< Impl >::S(), and OneFlavourRatioRationalPseudoFermionAction< Impl >::S().
| void ChebyBoundsCheck | ( | LinearOperatorBase< Field > & | HermOp, |
| Field & | GaussNoise, | ||
| RealD | lo, | ||
| RealD | hi ) |
| void InverseSqrtBoundsCheck | ( | int | MaxIter, |
| double | tol, | ||
| LinearOperatorBase< Field > & | HermOp, | ||
| Field & | GaussNoise, | ||
| MultiShiftFunction & | PowerNegHalf ) |
Definition at line 42 of file Bounds.h.
References LinearOperatorBase< Field >::HermOp(), Nd, and norm2().
Referenced by OneFlavourEvenOddRationalPseudoFermionAction< Impl >::S(), OneFlavourRationalPseudoFermionAction< Impl >::S(), and OneFlavourRatioRationalPseudoFermionAction< Impl >::S().
| void InversePowerBoundsCheck | ( | int | inv_pow, |
| int | MaxIter, | ||
| double | tol, | ||
| LinearOperatorBase< Field > & | HermOp, | ||
| Field & | GaussNoise, | ||
| MultiShiftFunction & | ApproxNegPow ) |
Definition at line 82 of file Bounds.h.
References LinearOperatorBase< Field >::HermOp(), Nd, and norm2().
Referenced by GeneralEvenOddRatioRationalPseudoFermionAction< Impl >::S().
| NAMESPACE_END | ( | Grid | ) |