Go to the source code of this file.
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, KernelType kernel_type, typename Arg > |
__device__ __host__ void | quda::twistedMass (Arg &arg, int idx, int parity) |
| Apply the twisted-mass dslash out(x) = M*in = a * D * in + (1 + i*b*gamma_5)*x Note this routine only exists in xpay form. More...
|
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, KernelType kernel_type, typename Arg > |
void | quda::twistedMassCPU (Arg arg) |
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
__global__ void | quda::twistedMassGPU (Arg arg) |
|