|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_from_set (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a batch of many dubins states to a single dubins state More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_from_set_debug (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a batch of many dubins states to a single dubins state More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_from_set_with_id (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a batch of many dubins states to a single dubins state More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_to_set (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a single dubins state to a batch of many dubins states More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_to_set_debug (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a single dubins state to a batch of many dubins states More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::distance_to_set_with_id (Params< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the distance from a single dubins state to a batch of many dubins states More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::group_distance_to_set (EuclideanParams< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the euclidean distance from a single dubins state to a batch of many dubins states More...
|
|
template<typename Format_t > |
__global__ void | mpblocks::dubins::curves_cuda::kernels::group_distance_to_set_with_id (EuclideanParams< Format_t > p, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n) |
| batch-compute the euclidean distance from a single dubins state to a batch of many dubins states More...
|
|