|
QUDA
0.9.0
|
#include <color_spinor_field.h>#include <color_spinor_field_order.h>#include <tune_quda.h>#include <algorithm>

Go to the source code of this file.
Namespaces | |
| quda | |
Macros | |
| #define | PRESERVE_SPINOR_NORM |
| #define | kP (1.0/sqrt(2.0)) |
| #define | kU (1.0/sqrt(2.0)) |
Functions | |
| template<typename FloatOut , typename FloatIn , int Ns, int Nc, typename Arg , typename Basis > | |
| void | quda::copyColorSpinor (Arg &arg, const Basis &basis) |
| template<typename FloatOut , typename FloatIn , int Ns, int Nc, typename Arg , typename Basis > | |
| __global__ void | quda::copyColorSpinorKernel (Arg arg, Basis basis) |
| template<typename FloatOut , typename FloatIn , int Ns, int Nc, typename Out , typename In > | |
| void | quda::genericCopyColorSpinor (Out &outOrder, const In &inOrder, const ColorSpinorField &out, const ColorSpinorField &in, QudaFieldLocation location) |
| template<typename FloatOut , typename FloatIn , int Ns, int Nc, typename InOrder > | |
| void | quda::genericCopyColorSpinor (InOrder &inOrder, ColorSpinorField &out, const ColorSpinorField &in, QudaFieldLocation location, FloatOut *Out, float *outNorm) |
| template<typename FloatOut , typename FloatIn , int Ns, int Nc> | |
| void | quda::genericCopyColorSpinor (ColorSpinorField &out, const ColorSpinorField &in, QudaFieldLocation location, FloatOut *Out, FloatIn *In, float *outNorm, float *inNorm) |
| template<int Ns, int Nc, typename dstFloat , typename srcFloat > | |
| void | quda::copyGenericColorSpinor (ColorSpinorField &dst, const ColorSpinorField &src, QudaFieldLocation location, dstFloat *Dst, srcFloat *Src, float *dstNorm, float *srcNorm) |
| template<int Nc, typename dstFloat , typename srcFloat > | |
| void | quda::CopyGenericColorSpinor (ColorSpinorField &dst, const ColorSpinorField &src, QudaFieldLocation location, dstFloat *Dst, srcFloat *Src, float *dstNorm=0, float *srcNorm=0) |
| #define kP (1.0/sqrt(2.0)) |
Definition at line 19 of file copy_color_spinor.cuh.
Referenced by quda::NonRelBasis< Ns, Nc >::operator()(), and quda::ChiralToNonRelBasis< Ns, Nc >::operator()().
| #define kU (1.0/sqrt(2.0)) |
Definition at line 20 of file copy_color_spinor.cuh.
Referenced by quda::RelBasis< Ns, Nc >::operator()(), and quda::NonRelToChiralBasis< Ns, Nc >::operator()().
| #define PRESERVE_SPINOR_NORM |
Definition at line 16 of file copy_color_spinor.cuh.
1.8.14