MergePathSearch
#
-
template<typename AIteratorT, typename BIteratorT, typename OffsetT, typename CoordinateT>
void cub::MergePathSearch( - OffsetT diagonal,
- AIteratorT a,
- BIteratorT b,
- OffsetT a_len,
- OffsetT b_len,
- CoordinateT &path_coordinate,
Computes the begin offsets into A and B for the specific diagonal.
Deprecated [Since 3.0]