QUDA
1.0.0
|
#include <dslash.h>
#include <worker.h>
#include <dslash_helper.cuh>
#include <color_spinor_field_order.h>
#include <gauge_field_order.h>
#include <color_spinor.h>
#include <index_helper.cuh>
#include <gauge_field.h>
#include <uint_to_char.h>
#include <dslash_policy.cuh>
#include <kernels/laplace.cuh>
Go to the source code of this file.
Classes | |
struct | quda::LaplaceLaunch< 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::Laplace< Float, nDim, nColor, Arg > |
struct | quda::LaplaceApply< Float, nColor, recon > |
Namespaces | |
quda | |
Functions | |
void | quda::ApplyLaplace (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, int dir, double kappa, const ColorSpinorField &x, int parity, bool dagger, const int *comm_override, TimeProfile &profile) |
Driver for applying the Laplace stencil. More... | |