#include <cuda.h>
#include <cuda_runtime.h>
#include <mpblocks/cudaNN/QueryPoint.h>
Go to the source code of this file.
|
template<typename Format_t , unsigned int NDim> |
__global__ void | mpblocks::cudaNN::kernels::euclidean_distance (QueryPoint< Format_t, NDim > query, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| vector norm (2-norm) between two points More...
|
|
template<bool Pseudo, typename Scalar , unsigned int NDim> |
__global__ void | mpblocks::cudaNN::kernels::euclidean_distance (RectangleQuery< Scalar, NDim > query, Scalar *g_out) |
|