.. _program_listing_file_include_gwmodelpp_spatialweight_cuda_BandwidthWeightKernel.h: Program Listing for File BandwidthWeightKernel.h ================================================ |exhale_lsh| :ref:`Return to documentation for file ` (``include/gwmodelpp/spatialweight/cuda/BandwidthWeightKernel.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef BANDWIDTHWEIGHTKERNEL_H #define BANDWIDTHWEIGHTKERNEL_H #include cudaError_t gw_weight_cuda(double bw, int kernel, bool adaptive, double *d_dists, double *d_weight, int ndp, int threads); #endif // BANDWIDTHWEIGHTKERNEL_H