Function gw_weight_cuda
Defined in File BandwidthWeightKernel.h
Function Documentation
-
cudaError_t gw_weight_cuda(double bw, int kernel, bool adaptive, double *d_dists, double *d_weight, int ndp, int threads)
Calculate spatial weights via CUDA. Bandwidth size Kernel function index Whether the bandwidth is adaptive Vector of input distance Vector of output weights Number of data points Number of GPU threads CUDA error or success.