isce3 0.25.0
|
Comparison function used to find the maximum of double_mask list. More...
Public Member Functions | |
__host__ __device__ bool | operator() (const double_mask lhs, const double_mask rhs) |
Comparison function used to find the maximum of double_mask list.
The double in the tuples are the values to evaluated with < operator. The mask in the tuples is a bool that when true masks the double value from < operator evaluation.
[out] | bool | Whether or not left double is less than right double with mask values taken into account. If both sides not masked, return left double < right double. If only right masked, return false. Other cases return true. |
[in] | lhs | Left double_mask tuple |
[in] | rhs | Right double_mask tuple |