1 #ifndef PCL_GPU_TRACKING_DEVICE_HPP_
2 #define PCL_GPU_TRACKING_DEVICE_HPP_
10 __device__ __forceinline__
float
13 float rn = curand_normal(rng_state);
14 return (rn*cov + mean);
__device__ __forceinline__ float getSampleNormal(const float mean, const float cov, curandState *rng_state)