Go to the source code of this file.
|
| template<typename Float , int nDim, int nColor, typename Vector , typename Arg > |
| __device__ __host__ void | quda::applyLaplace (Vector &out, Arg &arg, int x_cb, int parity) |
| |
| template<typename Float , int nDim, int nColor, typename Arg > |
| __device__ __host__ void | quda::laplace (Arg &arg, int x_cb, int parity) |
| |
| template<typename Float , int nDim, int nColor, typename Arg > |
| void | quda::laplaceCPU (Arg arg) |
| |
| template<typename Float , int nDim, int nColor, typename Arg > |
| __global__ void | quda::laplaceGPU (Arg arg) |
| |
| void | quda::ApplyLaplace (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double kappa, const ColorSpinorField *x, int parity) |
| | Driver for applying the Laplace stencil. More...
|
| |