CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Methods | List of all members
cub::ArgMin Struct Reference

Detailed description

Arg min functor (keeps the value and offset of the first occurrence of the smallest item)

Definition at line 170 of file thread_operators.cuh.

Public Methods

template<typename T , typename Offset >
__host__ __device__
__forceinline__ ItemOffsetPair
< T, Offset > 
operator() (const ItemOffsetPair< T, Offset > &a, const ItemOffsetPair< T, Offset > &b) const
 Boolean min operator, preferring the item having the smaller offset in case of ties.
 

The documentation for this struct was generated from the following file: