Go to the source code of this file.
|
template<typename Float > |
__device__ __host__ void | quda::caxpy (const complex< Float > &a, const complex< Float > &x, complex< Float > &y) |
|
template<typename Float , int n, bool compute_max_only, typename Arg > |
__device__ __host__ Float | quda::computeYhat (Arg &arg, int d, int x_cb, int parity, int i, int j) |
|
template<typename Float , int n, bool compute_max_only, typename Arg > |
void | quda::CalculateYhatCPU (Arg &arg) |
|
template<typename Float , int n, bool compute_max_only, typename Arg > |
__global__ void | quda::CalculateYhatGPU (Arg arg) |
|