QUDA
1.0.0
|
#include <gauge_field.h>
#include <color_spinor_field.h>
#include <dslash.h>
#include <worker.h>
#include <dslash_policy.cuh>
#include <kernels/dslash_wilson.cuh>
Go to the source code of this file.
Classes | |
struct | quda::WilsonLaunch< Float, nDim, nColor, nParity, dagger, xpay, kernel_type, Arg > |
This is a helper class that is used to instantiate the correct templated kernel for the dslash. More... | |
class | quda::Wilson< Float, nDim, nColor, Arg > |
struct | quda::WilsonApply< Float, nColor, recon > |
Namespaces | |
quda | |
Functions | |
void | quda::ApplyWilson (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double kappa, const ColorSpinorField &x, int parity, bool dagger, const int *comm_override, TimeProfile &profile) |
Driver for applying the Wilson stencil. More... | |