|
graph
|
#include "pangolin/namespace.hpp"

Functions | |
| template<typename T > | |
| static __device__ ulonglong2 | serial_sorted_search_binary (const T *const array, size_t left, size_t right, const T search_val) |
| return (1, index) if search_val is in array between left and right, inclusive return (0, -1) otherwise More... | |
| template<typename T > | |
| static __device__ size_t | sorted_count_serial_linear (const T *const aBegin, const T *const aEnd, const T *const bBegin, const T *const bEnd) |
| return the number of common elements between sorted litsts a and b More... | |
|
static |
return (1, index) if search_val is in array between left and right, inclusive return (0, -1) otherwise
|
static |
return the number of common elements between sorted litsts a and b
| aBegin | beginning of a |
| aEnd | end of a |
| bBegin | beginning of b |
| bEnd | end of b |
1.8.13